Learn R Programming

vistributions

Visualize probability distributions

Installation

# Install release version from CRAN
install.packages("vistributions")

# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("rsquaredacademy/vistributions")

Articles

Usage

Normal Distribution

# visualize normal distribution
vdist_normal_plot()
# visualize quantiles out of given probability
vdist_normal_perc(0.95, mean = 2, sd = 1.36, type = 'both')
# visualize probability from a given quantile
vdist_normal_prob(c(-1.74, 1.83), type = 'both')

Getting Help

If you encounter a bug, please file a minimal reproducible example using reprex on github. For questions and clarifications, use StackOverflow.

Copy Link

Version

Install

install.packages('vistributions')

Monthly Downloads

782

Version

0.1.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Aravind Hebbali

Last Published

May 20th, 2021

Functions in vistributions (0.1.2)

vdist_launch_app

Launch shiny app
vdist_chisquare_plot

Visualize chi square distribution
vdist_binom_plot

Visualize binomial distribution
vdist_f_plot

Visualize f distribution
vdist_t

Visualize t distribution
vdist_normal_plot

Visualize normal distribution
vistributions

vistributions package