Skip to content

guhjy/vistributions

 
 

Repository files navigation

vistributions

Visualize probability distributions

CRAN_Status_Badge cran checks Travis-CI Build Status AppVeyor Build Status lifecycle

Installation

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

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

Shiny App

Use vdist_launch_app() to explore the package using a shiny app.

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.

Community Guidelines

Please note that the ‘vistributions’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Visualize probability distributions

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.1%
  • CSS 0.9%