tdist: t-distribution family object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/tdist.R

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

1

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

1
a <- tdist(df=5)

Example output



rvalues documentation built on March 11, 2021, 9:05 a.m.

Related to tdist in rvalues...