DATA Subcommand (META ES CONTINUOUS command)
The META ES CONTINUOUS command calls the meta-analysis procedure with continuous outcomes and pre-calculated effect size data. The required DATA subcommand specifies the meta-analysis data.
- ES
- The required keyword specifies the variable to denote the effect size. The value must be a single numeric variable.
- VAR
- The required keyword specifies the variable to denote the ES variance. The value must be a single numeric variable. The keyword cannot be specified together with SE.
- SE
- The required keyword specifies the variable to denote the ES standard error. The value must be a single numeric variable. The keyword cannot be specified together with VAR.
- ID
- The optional keyword specifies the study ID (usually a numeric variable). The variable that is specified for this parameter cannot be the same as the variable that is specified for STUDY.
- STUDY
- The optional keyword specifies the study name (usually a string variable). Either STUDY, or ID, or both must be specified to identify each primary study. The variable that is specified for this parameter cannot be the same as the variable that is specified for ID.