parameterEstimates | R Documentation |
Wrapper of the lavaan parameterEstimates() function for RICF and CGGM algorithms
parameterEstimates(fit, ...)
fit |
A RICF or constrained GGM fitted model object. |
... |
Currently ignored. |
A data.frame containing the estimated parameters
Mario Grassi mario.grassi@unipv.it
ricf1 <- SEMrun(sachs$graph, log(sachs$pkc), sachs$group, algo = "ricf")
parameterEstimates(ricf1$fit)
cggm1 <- SEMrun(sachs$graph, log(sachs$pkc), sachs$group, algo = "cggm")
parameterEstimates(cggm1$fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.