drugDat(elrm) | R Documentation |
Simulated data for a hypothetical drug experiment comparing control versus treatment.
data(drugDat)
Matrix with columns:
[,1] | sex | numeric | gender (1=male, 0=female) |
[,2] | treatment | numeric | treatment type (1=treatment, 0=control) |
[,3] | recovered | numeric | number of subjects that recovered |
[,4] | n | numeric | number of binomial trials |