extra-families {projpred} | R 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 |
nu |
Degrees of freedom for the Student- |
Value
A family object analogous to those described in family
.
Note
Support for the Student_t()
family is still experimental.
[Package projpred version 2.8.0 Index]