README.md

RStudioConf2017

Jenny Bryan tutorial

A simple package used to demonstrate package development with devtools. The package implements some simple tools for working with discrete random variables, inspired by code written by Andreas Buja.

library(rv2)
dice <- rv(1:6)
dice
plot(dice)
P(dice > 3)
E(dice)
rsim(dice, 100)

This change was made in the GitHub web interface.



Curt-Younkin/RStudioConf2017 documentation built on May 6, 2019, 12:54 p.m.