getFML | R Documentation |
Note: laremm is based on the R package regsem. Because of the early status of laremm, it is recommended to use regsem instead! Computes FML values corresponding to the values reported in regsem for covariance based models
getFML(regmodel, zeroThresh = 0.001, use_unbiasedCov = FALSE, setZero = FALSE)
regmodel |
already run regularized model |
zeroThresh |
threshold for setting regularized parameters to zero. Default is .001 similar to regsem |
use_unbiasedCov |
wheather to use the unbiased covariance; default is FALSE which is equivalent to regsem |
setZero |
should parameters below zeroThresh be set to zero in all fit calculations. Default is FALSE, similar to regsem |
Jannik Orzek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.