Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.