powered by
Computes a random number.
rt_(n, df, mean, sd)
For internal use
# NOT RUN { ## The function is currently defined as function(n, df, mean, sd) { mean + sd * rt(n, df, ncp = 0) } # }
Run the code above in your browser using DataLab