R/data.R

###############################################################################
# Description: Adds descriptions for data sets saved
#
# Author: Linh Tran <tranlm@berkeley.edu>
# Date: Mar 5, 2015
###############################################################################


#' Simulation post-intervention data. 
#'
#' \code{P_a} contains the generated true post-intervention distribution based on 1 million observations using the true distribution. 
#'
#' @name P_a
#' @docType data
#' @author Linh Tran \email{tranlm@@berkeey.edu}
#' @references \url{data_blah.com}
#' @keywords data
NULL


#' Simulation resulting estimates. 
#'
#' \code{results} contains the simulation resulting estimates from each estimator considered. 
#'
#' @name results
#' @docType data
#' @author Linh Tran \email{tranlm@@berkeey.edu}
#' @references \url{data_blah.com}
#' @keywords data
NULL
tranlm/reproducibilityR documentation built on May 31, 2019, 7:45 p.m.