-------------------------------------------------------------------------------
help for metagraph
-------------------------------------------------------------------------------

Produce the Forrest plot after a Meta-Analysis

metagraph (theta se_theta [other_variable]) , id(varname) [ eform x(numlist) textscale(#) mscale(#) level(#) mline combined(# # #) twoway_options ]

Description

This command constructs the Forrest plot after a meta-analysis. Either this command is run immediately after running the command meta or the user will have to input the combined estimate and confidence limits using the combined option. The graph requires the parameter estimates and standard errors as the first two variables in the varlist additional a third variable can be included that will be displayed next to the study identifiers specified in the id() option. This means that if required the sample sizes per study can be displayed or any other information. Note that the weights used to calculate the size of the study specific estimate symbol are inverse variance weights.

The order of the study identifiers will determine the order of confidence intervals and estimates to be drawn. The data is not sorted into a different order.

Most twoway options are allowed in conjunction with this command. The main exceptions are that options related to the y-axes 1-3 are reserved.

If there are values for theta that are missing the program will assume that the study id is actually a subtitle for proceeding values. To suppress this the missing data must be removed.

Options

id(varname) specifies the variable containing the study id.

eform specifies that the confidence intervals are based on the exponential form of the estimate.

x(numlist) specifies the tick labels on the x-axis

textscale(#) specifies the size of the text representing the study names/labels. Note that this is set optimally for about 30 studies and may need to be altered with fewer or more studies.

mscale(#) specifies the relative size of the symbols representing the study specific estimates. Note that this is preset but may need altering if the study specific plotting symbols overlap. This is controlled by the range of the study-specific variances.

level(#) specifies the significance level used for the confidence intervals, the default is 95%

mline specifies that a dashed line is drawn at the pooled estimate.

combined(# # #) specifies the pooled estimate, lower confidence interval and upper confidence interval, respectively. Note that either these values are obtained after using meta or they are specified, if neither are done then the program will exit.

Examples

Make sure that the values from the meta-analysis are on the same scale as the metagraph. Note in both the following commands there is an eform option.

.meta RiskRatio SE, id(study) eform

.metagraph RiskRatio SE, id(study) ms(0.16) t(0.65) eform x(0.5 1 2 4 8) title(My graph)) xtitle(Odds Ratio)

To display the sample sizes the third variable must be used. Thus an additional column is added to the invisible y-axis containing sample sizes. Column headings for the study identifier and sample size can be specified using the text option from the twoway command. The values below were specific to the dataset used here.

.metagraph RiskRatio SE n, id(study) ms(0.16) t(0.65) eform x(0.5 1 2 4 8) l(90) text(33 0.41 "Sample Size", size(small)) text(33 0.17 "Study ID", size(small)) xtitle(Odds Ratio)

Rather than rely on the previous meta command the combined estimate here is specified as 2 with confidence interval (1,3).

.metagraph RiskRatio SE, id(study) ms(0.16) t(0.65) eform x(0.5 1 2 4 8) l(90) > combined(2 1 3)

Author

Adrian Mander, MRC Human Nutrition Research, Cambridge, UK.

Email adrian.mander@mrc-hnr.cam.ac.uk

Also see

Related commands

HELP FILES Installation status SSC installation links > Description

meta (if installed) (none available) Meta An > alysis command