Binomial model

Description

The binomial model is a model of counts of binary outcomes in sets of trials.

Definition

For counts of successes y, number of trials N and predictors x, the model is:

yiBinomial(Ni,exp(ηi))ηi=α+βxi

Where yi is the number of successes and Ni is the number of trials for observation i.

Parameters needing priors

  • α (intercept)
  • β (predictor weights)

See also