t_plot: Plot a student t distribution.

View source: R/distribution_plots.R

t_plotR Documentation

Plot a student t distribution.

Description

Plot a student t distribution.

Usage

t_plot(
  df = 10,
  cv = c(-1, 1),
  tails = "no",
  limits = c(mean - 3 * sd, mean + 3 * sd),
  color = "steelblue"
)

Arguments

cv

the critical value(s) to shade.

limits

the limits of the plot.

color

the color to fill in the area.


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