Skip to contents

Estimate an ordinal regression model in `brms`

Usage

brms.ordinal(
  data = dataActive,
  IV = IV,
  DV = DV,
  chains = 4,
  iter = 2000,
  warmup = 1000,
  cores = 10,
  seed = 1234,
  ...
)

Arguments

Specify

DV, IV, data, and other arguments native to BRMS. For example, with +1 IV and/or two way interactions; IV <- "presvote_trump_2020 + prepost + presvote_trump_2020:prepost"

Value

brms model object