Plot_t_Distribution: Plot t distributon

Description Usage Examples

View source: R/Plot_t_Distribution.R

Description

Plot t distributon

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
Plot_t_Distribution(
  mean = 13,
  sd = 1,
  df = 14,
  alpha_level = 0.05,
  sigma_range = 6,
  alternative = "two.sided",
  show_critical_region = FALSE,
  fill_critical_region = FALSE,
  fill_confidence_interval = FALSE,
  show_normal_curve = TRUE,
  show_x_value = FALSE,
  data_points = NULL
)

Examples

1
Plot_t_Distribution(n = 9, show_critical_region = T, fill_critical_region = T, show_normal_curve = F, data_points = 2.5)

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