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

cv

the critical value(s) to shade.

limits

the limits of the plot.

color

the color to fill in the area.

cf

critical value (or F-statistic).

See Also

stats::df()


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