Plot_F_Distribution: Plot F Distribution

Description Usage

View source: R/Plot_F_Distribution.R

Description

Plot F Distribution

Usage

1
2
3
4
5
6
7
8
9
Plot_F_Distribution(
  df1 = 1,
  df2 = 14,
  alpha_level = 0.05,
  x_range = c(0, 7),
  y_range = NULL,
  fill_critical_region = TRUE,
  show_t_curve = FALSE
)

likanzhan/acqr documentation built on Dec. 2, 2020, 10:14 a.m.