README.md

discreteRV

R Package for easy generation of Discrete Random Variables

CRAN Status CRAN RStudio mirror downloads

INSTALLATION

The latest stable release is available on CRAN, and can be loaded by calling install.packages("discreteRV"). If you would like to install the current revision on GitHub, please follow these instructions:

  1. Install the R package "devtools" with the following command:

    install.packages("devtools")
    
  2. Load the devtools package with the following command:

    library(devtools)
    
  3. Using the install_github function, install discreteRV with the following command:

    install_github("erichare/discreteRV")
    
  4. Load the library with the following command:

    library(discreteRV)
    
  5. You're done!



erichare/discreteRV documentation built on May 16, 2019, 8:27 a.m.