partable_mplus | R Documentation |
Creates a table (dataframe) of parameters extacted from Mplus
partable_mplus(models, std = FALSE, se = T, stars = T, digits = 2)
models |
A list of models read by MplusAutomation::readModels |
std |
If stdyx standardized coefs should be reported. |
se |
If SEs should be included. |
stars |
Logical. if significance stars should be added. |
digits |
Numeric value, how many decimals required. |
Returns a single data frame with unstandardized parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.