Skip to content

Commit

Permalink
Adding gusto to data
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadatsafavi committed Aug 24, 2022
1 parent 2a6921e commit bd85430
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 1 deletion.
17 changes: 17 additions & 0 deletions R/gusto.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#' Anonymized data from the gusto trial
#'
#' A dataset containing anonymized data from the gusto trial
#'
#' @format A data frame with 40830 rows and 29 variables:
#' \itemize{
#' \item{day30}{whether death happened by day 30 after intervention}
#' \item{sho}{whether cardiac shock was present}
#' \item{hig}{whether the patient hat high blood pressure}
#' \item{dia}{whether the patient had diabetes}
#' \item{hrt}{whether the patient was on hormone replacement therapies}
#' }
#' @docType data
#' @keywords datasets
#' @name gusti
#' @source Internet
NULL
Binary file added data/gusto.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/evpi_val.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions man/gusti.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/RcppExports.o
Binary file not shown.
Binary file modified src/fast.o
Binary file not shown.
Binary file modified src/predtools.dll
Binary file not shown.

0 comments on commit bd85430

Please sign in to comment.