Learn R Programming

wsMed (version 1.0.2)

.fit_and_mc: Fit SEM and run Monte-Carlo draws

Description

Fit SEM and run Monte-Carlo draws

Usage

.fit_and_mc(
  sem_model,
  data,
  Na = c("DE", "FIML"),
  R = 20000,
  alpha = 0.05,
  fixed.x = FALSE,
  verbose = TRUE,
  run_mc = TRUE
)

Arguments