Conditional Effects for TMB Ordinal Models
# S3 method for tmb_ordinal_qbrms_fit
conditional_effects(
object,
effects = NULL,
prob = 0.95,
ndraws = 100,
spaghetti = FALSE,
n_points = 100,
plot = TRUE,
at = list(),
seed = NULL,
conditions = NULL,
categorical = TRUE,
resolution = NULL,
...
)List of conditional effects
A tmb_ordinal_qbrms_fit object
Character vector of effect names (defaults to auto-detected)
Confidence level
Number of draws
Logical
Number of points for continuous predictors
Logical, whether to return plots
Named list of conditioning values
Random seed
Ordinal-specific conditions (for backwards compatibility)
Whether to show categorical plot (for backwards compatibility)
Grid resolution (for backwards compatibility)
Additional arguments