extra-families: Extra family objects

extra-familiesR Documentation

Extra family objects

Description

Family objects not in the set of default family objects.

Usage

Student_t(link = "identity", nu = 3)

Arguments

link

Name of the link function. In contrast to the default family objects, this has to be a character string here.

nu

Degrees of freedom for the Student-t distribution.

Value

A family object analogous to those described in family.

Note

Support for the Student_t() family is still experimental.


projpred documentation built on Oct. 1, 2023, 1:07 a.m.