R/sample_data.R

#' @title Sample Data for Analysis
#'
#' @description A simple \code{tibble} that is for simple testing and running of examples
#'
#' @format A \code{tibble} with 2 columns, which are:
#' \describe{
#' \item{x}{random normal data }
#' \item{y}{ outcome that is norma based on \code{x}}
#' }
"sample_data"
jponmattam/testR documentation built on Dec. 21, 2021, 3:13 a.m.