knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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)

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.