R/ttest_data-data.R

#' t-Test Practice Data
#'
#' This dataset is used in one of our tutorials,
#' please see the tutorial for more details.
#'
#' -	Gender: male and female subjects were
#' examined in this experiment.
#' - PAL_cell: average physical activity values
#' for the cell phone accelerometer (range 0-100).
#' -	PAL_acc: average physical activity values
#' for the hand held accelerometer (range 0-100).
#'
#' @docType data
#'
#' @usage data(ttest_data)
#'
#' @keywords datasets
"ttest_data"
doomlab/learnSTATS documentation built on June 9, 2022, 12:54 a.m.