Nothing
#' 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.