lme4 (version 1.0-4)

glmFamily-class: Class "glmFamily" - a reference class for family

Description

This class is a wrapper class for family objects specifying a distibution family and link function for a generalized linear model (glm). The reference class contains an external pointer to a C++ object representing the class. For common families and link functions the functions in the family are implemented in compiled code so they can be accessed from other compiled code and for a speed boost.

Arguments

Extends

All reference classes extend and inherit methods from "envRefClass".

See Also

family, glmFamily

Examples

Run this code
str(glmFamily$new(family=poisson()))

Run the code above in your browser using DataCamp Workspace