Skip to content

erichare/discreteRV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

R Package for easy generation of Random Variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages