get_fit: Get fit indices from objects

View source: R/mixture_summaries.R

get_fitR Documentation

Get fit indices from objects

Description

Get fit indices from objects for which a method exists.

Usage

get_fit(x, ...)

Arguments

x

An object for which a method exists.

...

further arguments to be passed to or from other methods.

Value

A data.frame.

Examples

## Not run: 
df <- iris[, 1, drop = FALSE]
names(df) <- "x"
res <- mx_mixture(model = "x ~ m{C}*1
                           x ~~ v{C}*x", classes = 1, data = df)
table_fit(res)

## End(Not run)

tidySEM documentation built on Oct. 25, 2023, 1:06 a.m.