The goal of cp.package is to …
You can install the released version of cp.package from CRAN with:
install.packages("cp.package")
library(cp.package)
Generate n number of random numbers from a given distribution. Distribution options include normal, binomial, t, and F.
Example:
random_gen("normal", 3)
#> [1] 7.379543 9.571505 13.534943
Generate histogram plot from n number of random numbers from a given distribution. Distribution options include normal, binomial, t, and F.
Example:
random_plot("normal", 500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.