Learn R Programming

meta (version 4.18-0)

Fleiss1993cont: 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.psyc number of observations in psychotherapy group
mean.psyc estimated mean in psychotherapy group
sd.psyc standard deviation in psychotherapy group
n.cont number of observations in control group
mean.cont estimated mean in control group

See Also

Fleiss1993bin

Examples

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

Run the code above in your browser using DataLab