glm or glmer. However, the standard family functions as decribed in
family will work with brm.student(link = "identity")
cauchy(link = "identity")
bernoulli(link = "logit", type = NULL)
negbinomial(link = "log")
geometric(link = "log")
exponential(link = "log")
weibull(link = "log")
Beta(link = "logit")
hurdle_poisson(link = "log")
hurdle_negbinomial(link = "log")
hurdle_gamma(link = "log")
zero_inflated_poisson(link = "log")
zero_inflated_negbinomial(link = "log")
zero_inflated_binomial(link = "logit")
categorical(link = "logit")
cumulative(link = "logit")
sratio(link = "logit")
cratio(link = "logit")
acat(link = "logit")student, and cauchy accept the links (as nbernoulli family uses this argument to define
2PL models (applied in IRT) by setting type = "2PL".