Quantile: Family declaration to support quantile regression

View source: R/quantiledist.R

QuantileR 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


glmmrBase documentation built on April 3, 2025, 10:44 p.m.