R/chi_fisher.R

#' Example Dataset for chi_fisher
#'
#' A small synthetic dataset included with *AssumpSure* for demonstrating 
#' Fisher & Chi-square tests in the Fisher & Chi-square tab.
#'
#' The file is stored in `inst/extdata/chi_fisher.csv`.
#'
#' All values are synthetic, created only for demonstration; no human data were used,
#' and no ethical approval or consent is required.
#'
#' @format A CSV file with 101 rows and 2 columns:
#' \describe{
#'   \item{sex}{Sex.}
#'   \item{location}{Location.}
#' }
#'
#' @source Simulated data generated by the author.
#'
#' @examples
#' read.csv(system.file("extdata", "chi_fisher.csv", package = "AssumpSure"))
#' @name chi_fisher
NULL

Try the AssumpSure package in your browser

Any scripts or data that you put into this service are public.

AssumpSure documentation built on Nov. 12, 2025, 5:07 p.m.