.- help for ^gorciv^ (STB-56: gr44) .- Graph point estimate and confidence intervals --------------------------------------------- ^gorciv^ [varlist] [^, e^form ^point^ ^l^evel^(^#^)^ ^ys^cale^(^#^,^#^)^ ^ti^tle^("^text^")^] Description ----------- ^gorciv^ graphs the point estimates and specified confidence intervals following estimation commands. The point estimates and confidence intervals are graphed vertically. The variables in [varlist] are labeled along the x-axis. A horizontal line is drawn at y=0 or y=1, depending on the measure of effect. Options ------- ^eform^ specifies that the exponential point estimate and confidence intervals will be graphed. ^point^ specifies that the value of the point estimate be labeled on the graph. ^level(^#^)^ is a percentage that specifies the level of confidence for the confidence intervals. 95% is the default. ^yscale(^#^,^#^)^ can be used to widen the scale of the y-axis. ^title(^str^)^ specifies the title for the graph. Examples -------- . ^regress y x1 x2 c3 x4^ . ^gorciv x1 x2 x3^ . ^logistic died age drug^ . ^gorciv age drug, eform point l(80)^ . ^stcox x1 x2 x3 x4^ . ^gorciv x2 x3, eform point ys(-2,2) ti("Hazard Ratios and 95%C.I.'s")^ Author ------ Richard MacLehose rmaclehose@@hcfa.gov Also see -------- On-line: help for the estimation commands: ^logistic^ ^stcox^ ^regress^ ^glm^ ^est^