R/simCatOutMNAR.R

#' A simulated dataset 4.
#'
#' A simulated dataset with the categorical treatment variable. The outcome variable contains
#' outliers and is missing not at random (MNAR, e.g., dropout or attrition).
#' The dataset contains a data frame with 600 rows (participants) and 4 columns (variables).
#' The variables are as follows.
#'
#' \itemize{
#' \item outcome. The hypothetical causal outcome variable.
#' \item treatment. The hypothetical causal treatment variable.
#' \item instrument. The hypothetical instrumental variable.
#' \item mis.ind. Is the outcome variable value missing? 1=Yes, 0=No.
#' }
#'
#' @name simCatOutMNAR
#'
#' @docType data
#'
#' @usage data(simCatOutMNAR)
#'
#' @format A data frame with 600 rows and 4 columns .
#'
#' @keywords datasets
#'
#' @examples
#' \donttest{
#' data(simCatOutMNAR)
#' }
#'
NULL
#------
dingjshi/ALMOND documentation built on June 18, 2020, 4:32 p.m.