File: extra-families.Rd

package info (click to toggle)
r-cran-projpred 2.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,180 kB
  • sloc: cpp: 296; sh: 14; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/families.R
\name{extra-families}
\alias{extra-families}
\alias{Student_t}
\title{Extra family objects}
\usage{
Student_t(link = "identity", nu = 3)
}
\arguments{
\item{link}{Name of the link function. In contrast to the default \code{\link{family}}
objects, this has to be a character string here.}

\item{nu}{Degrees of freedom for the Student-\eqn{t} distribution.}
}
\value{
A family object analogous to those described in \code{\link{family}}.
}
\description{
Family objects not in the set of default \code{\link{family}} objects.
}
\note{
Support for the \code{\link[=Student_t]{Student_t()}} family is still experimental.
}