chisquare_plot: Plot a chi-squared distribution

View source: R/distribution_plots.R

chisquare_plotR Documentation

Plot a chi-squared distribution

Description

Plot a chi-squared distribution

Usage

chisquare_plot(
  df = 2,
  cv = 2,
  tails = "greater",
  limits = c(0, 10),
  color = "steelblue"
)

Arguments

cv

the critical value(s) to shade.

limits

the limits of the plot.

color

the color to fill in the area.

See Also

stats::dchisq()


jbryer/DATA606 documentation built on Feb. 17, 2024, 4:13 a.m.