Skip to content

Visualizing Probability Distributions [R Package]

License

Notifications You must be signed in to change notification settings

cwendorf/plotDistributions

Repository files navigation

plotDistributions

Visualizing Probability Distributions

minimal R version License: MIT

Overview

plotDistributions is a small R package for plotting the probability density and cumulative distribution functions for various continuous distributions. It provides functionality to highlight probabilities and display critical values.

Installation

This package is not currently on CRAN, but can be installed and loaded using these R commands:

if (!require(remotes)) install.packages("remotes")
remotes::install_github("cwendorf/plotDistributions")
library(plotDistributions)

If you do not wish a full install, the latest functions can be made available using these R commands:

source("http://raw.githubusercontent.com/cwendorf/plotDistributions/main/source-plotDistributions.R")

Usage

This package contains a set of examples to demonstrate its use:

Contact Me

Citation

Wendorf, C.A. (2022). plotDistributions: Visualizing probability distributions [R Package]. https://github.com/cwendorf/plotDistributions