Description Usage Arguments Value Author(s) Examples
View source: R/performance_tables.R
This function needs a lavaan object with a model fit to work. It creates a table of all fit indices for a SEM model.
1 | grafi_fit(x, mi.nrows = 5)
|
x |
lavaan object: The name of the model fit that was calculated from the specified CFA or SEM model in the lavaan package. |
mi.nrows |
specify the amount of rows to show in the modification indexes table. The default is 5 rows. |
The output is a list of tibbles that gives you overall fit indices, parameter estimates and modification indices for CFA or SEM models. Example of fit indices: Chi square, degrees of freedom, p-values of Chi square, CFI, TLI, RMSEA, SRMR. Example of parameter estimates: undstandardized betas, standardized betas, standard error, z values and p values. I want to thank Rose Hartmann because with her web page I was able to make one chunk of this function.
Juan Carlos Saravia
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.