Learn R Programming

ADtools (version 0.5.4)

rt0: Simulate random variates from the student-t distribution

Description

Simulate random variates from the student-t distribution

Usage

rt0(n, df)

Arguments

n

positive integer; the number of samples.

df

degrees of freedom (> 0, maybe non-integer). df = Inf is allowed.

Examples

Run this code
# NOT RUN {
n <- 10
rt0(10, df = 3)

# }

Run the code above in your browser using DataLab