R/covid19_trial.R

#' covid19_trial
#'
#' @description
#' `covid19_trial` is simulated data based on [Evaluating the efficacy of hydroxychloroquine and azithromycin to prevent hospitalization or death in persons with covid-19](https://clinicaltrials.gov/ct2/show/NCT04358068)
#'
#' * `patient` - Patient ID
#'
#' * `trt` - Treatment indicator
#'
#' * `die_hosp` - Died in hospital (1 = yes, 0 = no)
#'
#' * `age` - Age of patient (years)
#'
#'@format R data frame.
#'
"covid19_trial"

Try the scidesignR package in your browser

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

scidesignR documentation built on April 27, 2022, 9:06 a.m.