l_getSavedata_Bparams: Internal function to load the draws from the Bayesian model posterior distribution
Description
To do: add details.
Usage
l_getSavedata_Bparams(outfile, outfiletext, fileInfo, discardBurnin = TRUE)
Value
A list of class mcmc
and mplus.bparameters
Arguments
- outfile
The Mplus output file to be used.
- outfiletext
The contents of the Mplus output file
- fileInfo
The file info
- discardBurnin
Logical value whether to discard the burnin iterations or not. Defaults to TRUE
.