parameterEstimates: Parameter Estimates of a fitted SEM

View source: R/semFit.R

parameterEstimatesR 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)


SEMgraph documentation built on Sept. 11, 2024, 8:36 p.m.