run_sim_par: Title

Description Usage Arguments

View source: R/sim_parallel.R

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
run_sim_par(
  object = NULL,
  B = 4,
  n = 250,
  tau = 0.08,
  miss.prop = 0.2,
  data.gen = c("lc", "lcre", "fm"),
  no.cores = parallel::detectCores(),
  lc.method = c("MCMC", "EM"),
  lcre.method = c("MCMC", "EM")
)

Arguments

object

A diagaccSim1 object

B

Number of replications

n

(numeric) Sample size

tau

(numeric, between 0 and 1) Prevalence

miss.prop

(numeric, between 0 and 1) Missing proportion

data.gen

The data generating mechanism

no.cores
lc.method

(DEPRECATED) The latent class model estimation method

lcre.method

(DEPRECATED) The latent class model with random effects estimation method


haziqj/diagacc documentation built on Nov. 21, 2020, 5:40 p.m.