1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
% 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}{Specification of the link function, as for the default
\link[=family]{family}-objects.}
\item{nu}{Degrees of freedom for the Student-t distribution.}
}
\value{
A family object analogous to those described in
\link[=family]{family}
}
\description{
Family objects not in the set of default \link[=family]{family}-objects.
}
|