parameterEstimates {SEMgraph} | R Documentation |
Parameter Estimates of a fitted SEM
Description
Wrapper of the lavaan parameterEstimates() function for RICF and CGGM algorithms
Usage
parameterEstimates(fit, ...)
Arguments
fit |
A RICF or constrained GGM fitted model object. |
... |
Currently ignored. |
Value
A data.frame containing the estimated parameters
Author(s)
Mario Grassi mario.grassi@unipv.it
Examples
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)
[Package SEMgraph version 1.2.2 Index]