Returns a tibble (or data.frame) of either the fixed-effect coefficient
table, the random-effects variance / covariance terms, or the ordinal
threshold cutpoints. Mirrors the tidy.sdmTMB() API but augmented for
the additional covstructs and the gllvmTMB-native ordinal_probit()
family.
Arguments
- x
A
gllvmTMB_multifit.- effects
One of
"fixed"(default),"ran_pars", or"cutpoint". The"cutpoint"class returns the ordinal-probit cutpoints (one row per (trait, threshold) pair); it is empty for fits with noordinal_probit()traits. (Earlier releases lumped the cutpoints into"ran_pars"as a categorisation hack — see NEWS.)- conf.int
Whether to add
conf.low/conf.highcolumns.- conf.level
Confidence level for the CI.
- ...
Currently unused.
