R/data.R

#' Example data for Create.Synthetic()
#' 
#' Example data set for Create.Synthetic()
#' 
#' @name create_synthetic_example
#' @docType data
#' @keywords data
#' @format a list with
#' \itemize{
#' \item{nrep}{ when generating the synthetic data, replicate the observed X nrep times}
#' \item{datan}{ simulated internal data set}
#' \item{betaHatExt_list}{ list of external model estimates}
#' }
#' @example data(create_synthetic_example)
NULL

#' Example data for Initial.estimates()
#' 
#' Example data set for Initial.estimates()
#' 
#' @name initial_estimates_example
#' @docType data
#' @keywords data
#' @format a list with
#' \itemize{
#' \item{datan}{ simulated internal data set}
#' \item{gamma.I}{ internal gamma coefficients}
#' \item{beta}{ beta estimates from external model 1}
#' }
#' @example data(initial_estimates_example)
NULL
umich-biostatistics/SynDI documentation built on May 31, 2022, 10:32 a.m.