R/data.discordant.R

#' Simulated dataset DISCORDANT 1
#'
#' Simulated dataset DISCORDANT 1, in a data.frame with 12 observations of 2 discordant variables.
#'
#' | **Variable**       | **Description**                  | **Type** |
#' | ------------------ | -------------------------------- | -------- |
#' | A                  | Dummy data                       | integer  |
#' | B                  | Dummy data                       | integer  |
#'
#' @name DISCORDANT_STUDY1
#' @docType data
#' @keywords data
NULL

#' Simulated dataset DISCORDANT 2
#'
#' Simulated dataset DISCORDANT 2, in a data.frame with 12 observations of 2 discordant variables.
#'
#' | **Variable**       | **Description**                  | **Type** |
#' | ------------------ | -------------------------------- | -------- |
#' | A                  | Dummy data                       | integer  |
#' | C                  | Dummy data                       | integer  |
#'
#'
#' @name DISCORDANT_STUDY2
#' @docType data
#' @keywords data
NULL

#' Simulated dataset DISCORDANT 3
#'
#' Simulated dataset DISCORDANT 3, in a data.frame with 12 observations of 2 discordant variables.
#'
#' | **Variable**       | **Description**                  | **Type** |
#' | ------------------ | -------------------------------- | -------- |
#' | B                  | Dummy data                       | integer  |
#' | C                  | Dummy data                       | integer  |
#'
#' @name DISCORDANT_STUDY3
#' @docType data
#' @keywords data
NULL
datashield/DSData documentation built on Nov. 8, 2021, 4:44 a.m.