View source: R/distributional_uncertainty.R
drchisq | R Documentation |
Distributional random number generation (equivalent to rchisq)
drchisq(d_seed, df)
d_seed |
A distributional seed as returned by distributional_seed() |
df |
degrees of freedom |
d_seed <- distributional_seed(1000,10) drchisq(d_seed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.