run_study: Run a study

Description Usage Arguments

View source: R/study.R

Description

Run a study

Usage

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

Arguments

object

diagaccSim2 object

B

Number of replications

n

Setting for sample size

tau

Setting for prevalence

miss.prop

Setting for missing proportion

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.