drugDat {elrm}R Documentation

Drug Dataset

Description

Simulated data for a hypothetical drug experiment comparing control versus treatment.

Usage

data(drugDat)

Format

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

[Package elrm version 1.2.5 Index]