R/s_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 column , which are:
#' \describe{
#' \item{x}{ random normal data }
#' \item{y}{ Outcome that is normal based on \code{x}}
#'}

"s_data"
sas2r/clinical_fd documentation built on Sept. 10, 2020, 5:31 a.m.