tdist: t-distribution family object

View source: R/tdist.R

tdistR Documentation

t-distribution family object

Description

A t-distribution family object which allows one to specify a t-density for the sampling distribution. Modeled after family objects often used in the glm function.

Usage

tdist(df)

Arguments

df

vector containing the degrees of freedom

Value

An object of class "newfam", which is a list containing the following components

family

The family name

df

The degrees of freedom

Author(s)

Nicholas Henderson and Michael Newton

See Also

family, glm, npmle

Examples

a <- tdist(df=5)

wiscstatman/rvalues documentation built on May 22, 2022, 2:41 a.m.