When I enter "describe" after the commmand "estimates use mvmeta ". The Stata output:
Code:
​describe
Contains data from http://nicolaorsini.altervista.org/data/bmi_rc.dta
obs: 33 BMI and renal cell cancer (Bergstré°‰ et al., 2001)
vars: 18 2 Feb 2012 14:09
size: 3,432
----------------------------------------------------------------------------------------------------------
storage display value
variable name type format label variable label
----------------------------------------------------------------------------------------------------------
id float %9.0g
author str20 %20s
interval str20 %20s
bmi float %9.0g
case float %9.0g
control float %9.0g
n float %9.0g
rr float %9.0g
lb float %9.0g
ub float %9.0g
studyt float %9.0g
logor float %9.0g
selogor float %9.0g
bmic float %9.0g
bmics1 float %9.0g
bmics2 float %9.0g
bmis1 float %9.0g
bmis2 float %9.0g
----------------------------------------------------------------------------------------------------------
Sorted by: id
Note: dataset has changed since last saved

Comment