| sampler.chi_squared | R Documentation |
chi_squared object.Method for sampling from a chi_squared object.
## S3 method for class 'chi_squared'
sampler(x, ...)
x |
The |
... |
Additional arguments (not used) |
A function that generates n samples from the chi-squared
distribution
x <- chi_squared(5)
s <- sampler(x)
set.seed(42)
s(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.