Helper functions for saving parameters randomly generated by scripPopMods in order to compare simulated statistics against parameter values in tables and/or visualizations
Source:R/saveParamDf.R
saveParamDf.RdHelper functions for saving parameters randomly generated by scripPopMods in order to compare simulated statistics against parameter values in tables and/or visualizations
Arguments
- paramList
list of parameters generated by scriptPopMods
- paramType
character of what kind of parameters to save. Can be "structural", "measurement", or "both"
Value
data frame of parameter values styled to be rbind() friendly for output from runDySim (and lavaan::parameterestimates generally)
See also
Other helpers:
generateParams,
getOutput,
scriptPopMods