Learn R Programming

glmmrBase (version 1.0.0)

Quantile: Family declaration to support quantile regression

Description

Skeleton list to declare a quantile regression model in a `Model` object.

Usage

Quantile(link = "identity", scaled = FALSE, q = 0.5)

Value

A list with two elements naming the family and link function

Arguments

link

Name of the link function - any of `identity`, `log`, `logit`, `inverse`, or `probit`

scaled

Logical indicating whether to include a scale parameter. If FALSE then the scale parameter is one.

q

Scalar in [0,1] declaring the quantile of interest.