inference: Inference function for OpenIntro labs

View source: R/inference.R

inferenceR Documentation

Inference function for OpenIntro labs

Description

Inference function for OpenIntro labs

Usage

inference(
  y,
  x = NULL,
  est = c("mean", "median", "proportion"),
  success = NULL,
  order = NULL,
  conflevel = 0.95,
  siglevel = 0.05,
  null = NULL,
  alternative = c("less", "greater", "twosided"),
  type = c("ci", "ht"),
  method = c("theoretical", "simulation"),
  simdist = FALSE,
  nsim = 10000,
  seed = NULL,
  sum_stats = TRUE,
  eda_plot = TRUE,
  inf_plot = TRUE,
  inf_lines = TRUE
)

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