Learn R Programming

mistr (version 0.0.6)

tdist: Creates an Object Representing Student-t Distribution

Description

The function creates an object which represents the Student-t distribution.

Usage

tdist(df = 2)

Value

Object of class tdist.

Arguments

df

degrees of freedom parameter, default: 2.

Details

See TDist.

See Also

Examples

Run this code
t <- tdist(2)
d(t, c(2, 3, 4, NA))
r(t, 5)

Run the code above in your browser using DataLab