table_prob {tidySEM} | R 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)
[Package tidySEM version 0.2.7 Index]