table_prob: Results table in probability scale

View source: R/results-mx_ordinal.R

table_probR Documentation

Results table in probability scale

Description

Returns thresholds for ordinal dependent variables in probability scale.

Usage

table_prob(x, ...)

Arguments

x

An object for which a method exists.

...

Arguments passed to other functions.

Value

A data.frame with results in probability scale.

See Also

Other Reporting tools: conf_int(), est_sig(), table_fit(), table_results()

Examples

## Not run: 
df <- data_mix_ordinal
df[1:4] <- lapply(df, ordered)
mx_lca(data = df,
       classes = 2) -> res

## End(Not run)

cjvanlissa/tidySEM documentation built on March 16, 2024, 6:35 a.m.