extract_coefs {lavaanPlot} | R Documentation |
Creates a data frame of the parameter table from lavaan model
Description
Creates a data frame of the parameter table from lavaan model
Usage
extract_coefs(model, include = NULL, stand = FALSE)
Arguments
model |
A fitted model of class lavaan |
include |
which parameters to include in the plot. Default is all regression and latent relationships. "covs" will also include covariances, while "all" will also include error variances. |
stand |
Should the coefficients being used be standardized coefficients |
Value
a data frame with lavaan model parameters
[Package lavaanPlot version 0.8.1 Index]