File: extra-families.Rd

package info (click to toggle)
r-cran-projpred 2.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 740 kB
  • sloc: cpp: 355; sh: 14; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
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.
}