R/data.R

#' PMLi Package Sample Dataset
#'
#' A synthetic dataset containing partially matched samples of Sample 1 and 
#' Sample 2
#' 
#' @author Kai Li \email{kai.li@stonybrook.edu}
#'
#' @docType data
#'
#' @usage pm
#' 
#' @format A data frame with 192 rows and 2 variables:
#' \describe{
#'   \item{\code{Sample1}}{Sample 1 of the matched samples}
#'   \item{\code{Sample2}}{Sample 2 of the matched samples}
#' }
#' 
#' @keywords dataset
#' 
#' @references Kuan P F, Huang B. A simple and robust method for partially
#' matched samples using the p-values pooling approach. \emph{Statistics in 
#' medicine}. 2013; 32(19): 3247-3259.
#' 
#' @source \url{http://www.ams.sunysb.edu/~pfkuan/Teaching/AMS597/Data/d_logret_6stocks.txt}
"pm"
Garylikai/PMLi-1.0-R-Package documentation built on Dec. 28, 2021, 12:12 a.m.