| model0 | R Documentation |
Generates data from model0.
model0(n)
n |
Number of individuals for whom to generate data. |
List with design matrix X, disease statuses Yi, model identifier model, and parameter vector b.
This is a small model which is not really interesting but on which everything runs fast, because of its smallness.
N <- 100 data <- model0(N)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.