Extracts the paths from the lavaan model.
buildPaths(
fit,
coefs = FALSE,
sig = 1,
stand = FALSE,
covs = FALSE,
stars = NULL,
digits = 2
)
A model fit object of class lavaan.
whether or not to include significant path coefficient values in diagram
significance level for determining what significant paths are
Should the coefficients being used be standardized coefficients
Should model covariances be included in the diagram
a character vector indicating which parameters should include significance stars be included for regression paths, latent paths, or covariances. Include which of the 3 you want ("regress", "latent", "covs"), default is none.
A number indicating the desired number of digits for the coefficient values in the plot