Skip to contents

Estimate a nominal regression model in `brms`

Usage

brms.nominal(
  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

Value

brms model object