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

Try the SynDI package in your browser

Any scripts or data that you put into this service are public.

SynDI documentation built on May 25, 2022, 9:10 a.m.