run_study_par: Title

Description Usage Arguments

View source: R/study_parallel.R

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
run_study_par(
  object = NULL,
  B = 4,
  n = c(250, 1000),
  tau = c(0.08, 0.4),
  miss.prop = c(0.5, 0.8, 1),
  no.cores = parallel::detectCores(),
  lc.method = c("MCMC", "EM"),
  lcre.method = c("MCMC", "EM")
)

Arguments

object

diagaccSim2 object

B

Number of replications

n

Setting for sample size

tau

Setting for prevalence

miss.prop

Setting for missing proportion

no.cores

Number of cores to use.

lc.method

Method for fitting LC models

lcre.method

Method for fitting LCRE models


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