Skip to contents

Stan binary Model

Usage

brms.binary(
  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. DV must be binary, consisting of two levels.

Value

brms model object, binary regression (Logit)