Description Usage Format Details Source References Examples
An arbitrary subset of 74 studies from a meta-analysis assessing the effectiveness of psychotherapy. Contains two moderator variables.
1 |
A data frame containing the following columns:
es
standardized mean difference effect sizes
v
corresponding sampling variances
age
continuous moderator representing clients' average age in years
diagnosis
categorical moderator representing disorder for which clients were treated; 1 = complex phobia, 2 = simple phobia, 3 = other
This dataset consists of an arbitrarily selected subset of 74 studies assessing the effectiveness of psychotherapy. Smith, Glass, and Miller (1980) published a meta-analysis designed to explore the current state of knowledge about psychotherapy effectiveness. Their original meta-analysis contains more than 1,700 effect sizes from 475 studies with multiple moderators and outcome measures. This subset is vastly simplified and intended solely for the purpose of demonstration.
Smith, M. L., Glass, G. V., & Miller, T. I. (1980). Meta-analysis of psychotherapy. American Psychologist, 41, 165-180.
Smith, M. L., Glass, G. V., & Miller, T. I. (1980). Meta-analysis of psychotherapy. American Psychologist, 41, 165-180.
1 2 3 4 5 6 7 | ## Not run:
dat.smith
effect <- dat.smith$es
v <- dat.smith$v
weightfunct(effect, v)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.