Skip to contents

Displays the estimator, fit statistics, parameter table (with estimates, SEs, and z-scores), and — when present — the StdAll standardised solution.

Usage

print_fastsem(res)

Arguments

res

Named list as returned by fastsem_fit() or umx_to_fastsem().

Value

Invisibly, res (the original list, unchanged).

Examples

if (FALSE) { # \dontrun{
res <- fastsem_fit(syntax, df)
print_fastsem(res)
} # }