powered by
The function creates an object which represents the Student-t distribution.
tdist(df = 2)
Object of class tdist.
degrees of freedom parameter, default: 2.
See TDist.
TDist
t <- tdist(2) d(t, c(2, 3, 4, NA)) r(t, 5)
Run the code above in your browser using DataLab