NetDataNetmeta | R Documentation |
This is a toy dataset containing simulated effect size data of a fictitious
network meta-analysis examining the effect of psychotherapies. Effect size
data is provided as the standardized mean difference (SMD) between the intervention
and control group and its corresponding standard error for each study at post.
The dataframe layout is optimized for out-of-the-box usage using
the netmeta
function.
data("NetDataNetmeta")
A data.frame with 5 columns.
character
. The name of the included study.
character
. The name of the first treatment. Includes psychotherapies for
the treatment of depression, "CBT" (Cognitive Behavioral Therapy), "PDT" (Psychodynamic Therapy),
"IPT" (Interpersonal Therapy), "PST" (Problem-solving Therapy) and "SUP" (Supportive Counseling),
and standard comparison conditions, "TAU" (Treatment as usual), "Placebo" (Placebo), and "WLC" (Waitlist control).
character
. The name of the treatment the first treatment was compared to. Includes psychotherapies for
the treatment of depression, "CBT" (Cognitive Behavioral Therapy), "PDT" (Psychodynamic Therapy),
"IPT" (Interpersonal Therapy), "PST" (Problem-solving Therapy) and "SUP" (Supportive Counseling),
and standard comparison conditions, "TAU" (Treatment as usual), "Placebo" (Placebo), and "WLC" (Waitlist control).
numeric
. The standardized mean difference of the comparison.
numeric
. The standard error of the comparison.
Mathias Harrer, David Daniel Ebert
Simulated data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.