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.
}
|