Draw a random sample from a Tukey distribution
Usage
# S3 method for class 'Tukey'
random(x, n = 1L, drop = TRUE, ...)
Arguments
- x
A
Tukey
object created by a call toTukey()
.- n
The number of samples to draw. Defaults to
1L
.- drop
logical. Should the result be simplified to a vector if possible?
- ...
Unused. Unevaluated arguments will generate a warning to catch mispellings or other possible errors.