Learn R Programming

projpred (version 2.8.0)

extra-families: Extra family objects

Description

Family objects not in the set of default family objects.

Usage

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

Value

A family object analogous to those described in family.

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.