Returns thresholds for ordinal dependent variables in probability scale.

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

if (FALSE) {
df <- data_mix_ordinal
df[1:4] <- lapply(df, ordered)
mx_lca(data = df,
       classes = 2) -> res
}