Description Usage Arguments Value Examples
Simulate Data based on Marschner 2018
1 2 | simdata_marschner_jss_2018(nobs, ncov, setting, rtype = c("list",
"data.frame"))
|
nobs |
number of observations. |
ncov |
number of covariates. |
setting |
an integer giving the simulation setting. Allowed values are \{1, 2\}. |
rtype |
a character giving the return type. Allowed values are |
depending on rtype either a list
or a data.frame
.
1 | d <- simdata_marschner_jss_2018(nobs = 2000, ncov = 20, setting = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.