Skip to contents

Model of class glm

Usage

glm_nb_1

Format

An object of class negbin (inherits from glm, lm) of length 31.

Examples

if (FALSE) {
library(MASS)
data(efc, package = "sjmisc")
glm.nb(tot_sc_e ~ neg_c_7 + e42dep + c172code, data = efc)
}