Description Usage Arguments Author(s) See Also Examples
View source: R/mvn_mcar_20_dat.R
Generate Data from a Multivariate Normal Distribution following a Simple Mediation Model with Data Missing Completely at Random - 20%
1  | mvn_mcar_20_dat(data, taskid)
 | 
data | 
 
  | 
taskid | 
 Numeric. Task ID.  | 
Ivan Jacob Agaloos Pesigan
Other missing completely at random: 
mvn_mcar_10_dat_simulation(),
mvn_mcar_10_dat_task(),
mvn_mcar_10_dat(),
mvn_mcar_20_dat_simulation(),
mvn_mcar_20_dat_task(),
mvn_mcar_30_dat_simulation(),
mvn_mcar_30_dat_task(),
mvn_mcar_30_dat()
1 2 3  | taskid <- 1
data <- mvn_dat(taskid = taskid)
mvn_mcar_20_dat(data = data, taskid = taskid)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.