Fits ordinal regression models using Template Model Builder (TMB) with Laplace approximation and adaptive threshold centering to match brms output.
qbrmO(
formula,
data,
family = cumulative(),
prior = NULL,
verbose = FALSE,
threshold_method = "quantile",
control = list(),
...
)An object of class c("tmb_ordinal_qbrms_fit", "qbrms_fit")
Model formula with ordinal response on the left-hand side.
Data frame containing the variables in the model.
Ordinal family specification. Currently supports cumulative().
Prior specifications using qbrms prior syntax.
Logical; print progress messages during fitting.
Method for threshold centering ("quantile" or "cumulative_mean").
List of control parameters for TMB optimization.
Additional arguments passed to TMB functions.