Stata 11 help for eform_option

help eform_option -------------------------------------------------------------------------------

Title

[R] eform_option -- Displaying exponentiated coefficients

Description

An eform_option causes the coefficient table to be displayed in exponentiated form: for each coefficient, exp(b) rather than b is displayed. Standard errors and confidence intervals are also transformed. Display of the intercept, if any, is suppressed.

An eform_option is one of the following:

eform_option description --------------------------------------------------------------------- eform(string) use string for column title

eform exponentiated coefficient, string is exp(b) hr hazard ratio, string is Haz. Ratio shr subhazard ratio, string is SHR irr incidence-rate ratio, string is IRR or odds ratio, string is Odds Ratio rrr relative-risk ratio, string is RRR ---------------------------------------------------------------------

Example

Setup . webuse nhanes2d

Perform logit regression using svy prefix and display odds ratios rather than coefficients . svy, or: logit highbp female black

Also see

Manual: [R] eform_option

Help: [P] _coef_table, [R] ml


© Copyright 1996–2009 StataCorp LP   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index