tdist {mistr} | R Documentation |
The function creates an object which represents the Student-t distribution.
tdist(df = 2)
df |
degrees of freedom parameter, default: 2. |
See TDist
.
Object of class tdist.
t <- tdist(2)
d(t, c(2, 3, 4, NA))
r(t, 5)