.- help for ^listcoef^ (STB-57: sg152) .- List transformed regression coefficients and guidelines for interpretation --------------------------------------------------------------- ^listcoef^ [varlist] [^,^ ^pv^alue^(^#^)^ {^f^actor|^p^ercent} ^s^td ^c^onstant ^m^atrix ^h^elp ] Description ----------- ^listcoef^ lists the estimated coefficients for a variety of regression models. Options allow you to specify different transformations of the coefficients, such as factor change and percent change. Coefficients can be standardized for a unit variance in the independent and/or dependent variables. For ^mlogit^, coefficients for all comparisions among outcomes are included. NOTE: For models with categorical outcomes, the output is much clearer if you assign value labels to the dependent variable. Options ------- varlist indicates that coefficients for only these variables are to be listed If no varlist is given, coefficients for all variables are listed. ^pvalue^ specifies that only coefficients with a this significance level or smaller will be printed. ^factor^ specifies that factor change coefficients should be listed. ^percent^ specifies that percent change coefficients should be listed. ^std^ specifies that coefficients standardized to a unit variance for the independent and/or dependent variables should be listed. ^constant^ includes the constants in the output. ^matrix^ returns results in r() class matrices. ^help^ includes details on the meaning of each coefficient. Compatable Models ----------------- ^listcoef^ can be used with: ^clogit^, ^cloglog^, ^cnreg^, ^intreg^, ^logistic^, ^logit^, ^mlogit^, ^nbreg^, ^ologit^, ^oprobit^, ^poisson^, ^probit^, ^regress^, ^tobit^, ^zinb^, and ^zip^. Examples -------- To compute standardized regression coefficients for only those variables that are significant at the .05 level, including the constant: . ^regress job fem phd ment fel art cit^ . ^listcoef,constant pv(.05)^ For ^mlogit^, to compute the percentage change in the odds for white with help on the interpretation: . ^mlogit occ white ed exp^ . ^listcoef white, percent help^ .- Authors: J. Scott Long - jslong@@indiana.edu Jeremy Freese - jfreese@@ssc.wisc.edu www.indiana.edu/~jsl650/