R/singt-data.R

#' One-Sample t-Test Example Data
#'
#' @description
#' Simulated dataset of SAT scores from gifted/honors students at
#' a specific school, intended for comparison to the national average
#' SAT score (1080) for gifted/honors students nationwide. 
#' Designed for use with functions such as \code{\link{d.single.t}}
#' and \code{\link{d.single.t.t}}.
#'
#' @docType data
#'
#' @usage data(singt_data)
#'
#' @format A data frame with 1 variable:
#' \describe{
#'   \item{SATscore}{Numeric. SAT scores of gifted/honors program 
#' students at one school.}
#' }
#'
#' @keywords datasets
#'
"singt_data"

Try the MOTE package in your browser

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

MOTE documentation built on Dec. 15, 2025, 9:06 a.m.