lavaan2ram | R Documentation |
Convert lavaan output to RAM matrices
lavaan2ram(fitModel, digits = 2, zero.print = "0", ram.out = TRUE, fit = FALSE)
fitModel |
A lavaan object generated by the function |
digits |
Digits for number print |
zero.print |
Format zeros in the matrix |
ram.out |
Whether print RAM matrices |
fit |
Whether print fit statistics |
A and Ase |
A matrix and its standard errors |
S and Sse |
S matrix and its standard errors |
fit |
model fit |
lavaan |
The lavaan input, the same as fitModel |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.