inpatients | R Documentation |
An example dataset containing data of 32 clinical trials. Its format equals the format of data in the "metapsy" database that is similar to the long format in R. The dataset also contains columns with study characteristics that are important for effect size calculation and more.
data("inpatients")
A data.frame
with 179 rows and 46 variables:
character
, The study label containing the author(s) and year of the study.
character
, The condition of the groups, either "intervention group" or "control group".
character
, The specific intervention in conditions.
numeric
, The dichotomized indication if a study has multiple arms or not.
numeric
, The number of arms of a study.
character
, The specification of arms in multiarm studies.
character
, The type of outcome.
numeric
, The indication if a outcome is primary or not.
character
, The outcome measure used.
character
, The dichotomized time of assessment, either "post" or "FU".
character
, The assessment time of FU in weeks.
numeric
, The year of the study.
character
, The country of the study.
Mathias Harrer, Paula Kuper, Pim Cuijpers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.