Learn R Programming

mistr (version 0.0.2)

tdist: Creates an Object Representing Student-t Distribution

Description

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

Usage

tdist(df = 2)

Arguments

df

degrees of freedom parameter, default: 2.

Value

Object of class tdist.

Details

See TDist.

See Also

TDist

Examples

Run this code
# NOT RUN {
t <- tdist(2)
d(t, c(2, 3, 4, NA))
r(t, 5)
# }

Run the code above in your browser using DataLab