View source: R/reading_from_mplus.R
check_coefs_too_large | R Documentation |
Checks if some of the columns storing the statistics
in the provided data frame contain values indicating that the statistics
value was to large to be written to the Mplus output (making such
a column a character vector) and if so recodes such values to Inf
and
transforms a column to numeric vector. Also, recodes values of est
,
se
, est_se
and pval
for parameters that were not
estimated in the model (i.e. they were fixed) to NaNs
.
check_coefs_too_large(x)
x |
a data frame storing model parameters |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.