readModels(target = getwd(), recursive = FALSE,
filefilter)
TRUE
, parse all
models nested in subdirectories within target
.
Defaults to FALSE
.directory
. See regex
or
target
is a single
file, then the top-level elements will be the summaries,
parameters, and savedata, not a list of files.extractModelSummaries
, having structure as
specified by that functionextractModelParameters
, having
structure as specified by that functionextractModIndices
, having structure as specified
by that functiondata.frame
,
as described in getSavedata_Data
mcmc.list
object containing
the draws from the MCMC chains for a Bayesian model that
uses the SAVEDATA: BPARAMETERS commandextractModelSummaries
,
extractModelParameters
,
extractModIndices
,
getSavedata_Fileinfo
,
getSavedata_Data
,
getSavedata_Bparams
allOutput <- readModels(
"C:/Program Files/Mplus/Mplus Examples/User's Guide Examples", recursive=TRUE)
Run the code above in your browser using DataLab