forked from insightsengineering/rbmi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation of antidepressant data
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#' Antidepressant trial data. | ||
#' | ||
#' A dataset containing the data from a public available antidepressant clinical trial of an active drug versus placebo. | ||
#' The relevant endpoint is the Hamilton 17-item rating scale for depression (HAMD17) which was assessed at baseline and weeks 1, 2, 4, and 6. | ||
#' Study drug discontinuation occurred in 24% (20/84) for the active drug and 26% (23/88) for placebo. | ||
#' All data after study drug discontinuation are missing and there is a single additional intermittent missing observation. | ||
#' | ||
#' @format A data frame with 608 rows and 11 variables: | ||
#' - `PATIENT`: patients IDs. | ||
#' - `VISIT`: post-baseline visit. Has levels 4,5,6,7. | ||
#' - `THERAPY`: the treatment group variable. It is equal to `PLACEBO` for observations | ||
#' from the placebo arm, or `DRUG` for observations from the active arm. | ||
#' - `basval`: baseline outcome value. | ||
#' - `HAMDTL17`: Hamilton 17-item rating scale value. | ||
#' - `change`: change from baseline in the Hamilton 17-item rating scale. | ||
#' - ... | ||
"antidepressant_data" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.