Learn R Programming

glmmrBase (version 1.2.0)

exponential: Exponential distribution declaration

Description

Skeleton list to declare an exponential distribution in a `Model` object

Usage

exponential(link = "logit")

Value

A list with two elements naming the family and link function

Arguments

link

Name of link function. Only accepts `logit` currently.