Simulation Replication - FitMplus
Usage
SimFitMplus(
taskid,
repid,
output_folder,
seed,
suffix,
overwrite,
integrity,
chains,
iter,
fscores,
plot
)Arguments
- taskid
Positive integer. Task ID.
- repid
Positive integer. Replication ID.
- output_folder
Character string. Output folder.
- seed
Integer. Random seed.
- suffix
Character string. Output of
manCTMed:::.SimSuffix().- overwrite
Logical. Overwrite existing output in
output_folder.- integrity
Logical. If
integrity = TRUE, check for the output file integrity whenoverwrite = FALSE.- chains
Integer. Number of chains.
- iter
Integer. Number of iterations.
- fscores
Integer. Number of iterations for factor scores.
- plot
Logical. If
plot = TRUE, addPLOT: TYPE = PLOT3;toMplusinput file.