SimpleSim | R Documentation |
SimpleSim
creates simulation parameters which are then used
to generate data with SimulateData
. Mostly used for testing.
SimpleSim(n = 500, family = "gaussian")
n |
Sample Size |
family |
Either 'gaussian', 'binomial', or 'cox' depending on desired response model. |
List that the parameterizes simulation. Typically used as
argument in subsequent call to SimulateData
params <- SimpleSim()
names(params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.