R/COMBO_EM_data.R

#' Test data for the COMBO_EM function
#'
#' A dataset for testing the \code{COMBO_EM} function, generated from the
#' \code{COMBO_data} function.
#'
#'
#' @format A list containing 6 variables for 1000 observations:
#' \describe{
#'   \item{Y}{The true outcome variable}
#'   \item{Ystar}{The observed outcome variable}
#'   \item{x_matrix}{A matrix of predictor values in the true outcome mechanism}
#'   \item{z_matrix}{A matrix of predictor values in the observed outcome mechanism}
#'   \item{true_beta}{Beta parameter values used for data generation in the true outcome mechanism}
#'   \item{true_gamma}{Gamma parameter values used for data generation in the observed outcome mechanism}
#' }
#'
#'
#' @examples
#' \dontrun{
#' data("COMBO_EM_data")
#' head(COMBO_EM_data)
#' }
#'
"COMBO_EM_data"

Try the COMBO package in your browser

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

COMBO documentation built on Oct. 30, 2024, 5:07 p.m.