README.md

cp.package

The goal of cp.package is to …

Installation

You can install the released version of cp.package from CRAN with:

install.packages("cp.package")
library(cp.package)

Random Number Generation

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

Plot Generator for Random Numbers

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)



chacepaulson/cp.package documentation built on Feb. 26, 2020, 12:48 a.m.