R/projectDataDocumentation.R

#' Dataset file for the RAMPMM function
#'
#' A dummy dataset to run the function RAMPMM on.
#'

#' @format A data frame with 409 rows and 7 variables:
#' \describe{
#'   \item{Z}{InterventionValues, bernoulli distribution}
#'   \item{Y2}{ResponseValues, Normal distribution}
#'   \item{Y1}{BaselineResponseValues, Normal distribution}
#'   \item{R}{NumberofAttemptsValues, Categorical distribution}
#'   \item{X1}{FirstCenterIndicators, Center Membership Dummy Variable}
#'   \item{X2}{SecondCenterIndicators, Center Membership Dummy Variable}
#'   \item{X3}{ThirdCenterIndicators, Center Membership Dummy Variable}
#'   ...
#' }

"projectData"
mjdaniels/PatternMixtureModelforRepeatedAttemptData documentation built on May 23, 2019, 12:53 a.m.