View source: R/distributions.R
gen_empirical | R Documentation |
A function generating a random matrix from an empirical distribution
gen_empirical(n, m = NULL, param)
n |
The number rows |
data |
Data set from which to extract the empirical distribution |
gen_empirical(10, param=list(data=data.frame(S1=c(0.5, 0, 12, 6, 7.3))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.