rvalues (version 0.6.3)

tdist: 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

See Also

family, glm, npmle

Examples

Run this code
# NOT RUN {
a <- tdist(df=5)
# }

Run the code above in your browser using DataLab