Quantile {glmmrBase}R Documentation

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)

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.

Value

A list with two elements naming the family and link function


[Package glmmrBase version 0.11.1 Index]