Displays the estimator, fit statistics, parameter table (with estimates, SEs, and z-scores), and — when present — the StdAll standardised solution.
Arguments
- res
Named list as returned by
fastsem_fit()orumx_to_fastsem().
Examples
if (FALSE) { # \dontrun{
res <- fastsem_fit(syntax, df)
print_fastsem(res)
} # }