meta (version 4.13-0)

Fleiss93cont: Mental Health Treatment

Description

Meta-analysis on the Effect of Mental Health Treatment on Medical Utilisation.

Data example in Fleiss (1993) for meta-analysis with continuous outcomes.

Arguments

Format

A data frame with the following columns:

study study label
year year of publication
n.e number of observations in psychotherapy group
mean.e estimated mean in psychotherapy group
sd.e standard deviation in psychotherapy group
n.c number of observations in control group
mean.c estimated mean in control group

See Also

Fleiss93

Examples

Run this code
# NOT RUN {
data(Fleiss93cont)
metacont(n.e, mean.e, sd.e,
         n.c, mean.c, sd.c,
         data = Fleiss93cont,
         studlab = paste(study, year),
         comb.random = FALSE)
# }

Run the code above in your browser using DataLab