F_plot: Plot a F distribution.

View source: R/distribution_plots.R

F_plotR Documentation

Plot a F distribution.

Description

Plot a F distribution.

Usage

F_plot(
  df1 = 1,
  df2 = 5,
  cv = 2,
  tails = "greater",
  limits = c(0, 10),
  color = "steelblue"
)

Arguments

df1

numerator degrees of freedom.

df2

denominator degrees of freedom.

cv

the critical value(s) to shade.

tails

whether there are one or two sided tails.

limits

the limits of the plot.

color

the color to fill in the area.

See Also

stats::df()


jbryer/VisualStats documentation built on Feb. 27, 2025, 6:19 p.m.