R/results-mx_ordinal.R
table_prob.Rd
Returns thresholds for ordinal dependent variables in probability scale.
table_prob(x, ...)
An object for which a method exists.
Arguments passed to other functions.
A data.frame with results in probability scale.
Other Reporting tools: conf_int(), est_sig(), table_fit(), table_results()
conf_int()
est_sig()
table_fit()
table_results()
if (FALSE) { # \dontrun{ df <- data_mix_ordinal df[1:4] <- lapply(df, ordered) mx_lca(data = df, classes = 2) -> res } # }