Description Usage Arguments Author(s) See Also Examples
View source: R/mvn_mar_10_dat.R
Generate Data from a Multivariate Normal Distribution following a Simple Mediation Model with Data Missing at Random - 10%
1 | mvn_mar_10_dat(data, taskid)
|
data |
|
taskid |
Numeric. Task ID. |
Ivan Jacob Agaloos Pesigan
Other missing at random:
mvn_mar_10_dat_simulation()
,
mvn_mar_10_dat_task()
,
mvn_mar_20_dat_simulation()
,
mvn_mar_20_dat_task()
,
mvn_mar_20_dat()
,
mvn_mar_30_dat_simulation()
,
mvn_mar_30_dat_task()
,
mvn_mar_30_dat()
1 2 3 | taskid <- 1
data <- mvn_dat(taskid = taskid)
mvn_mar_10_dat(data = data, taskid = taskid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.