createData {TCPMOR} | R Documentation |
Generate simulation data
createData(n, seed = 123589)
n |
The total number of observations to generate |
seed |
Randomized seeds for ensuring reproducible results |
A data frame containing age and a binary outcome variable
dataC <- createData(200)