Object Reference : Object View and Procedure Reference : Equation
  
 
means
Descriptive statistics by category of dependent variable.
Computes and displays descriptive statistics of the explanatory variables (regressors) of an equation categorized by values of the dependent variable for binary and censored/truncated models
Syntax
eq_name.means(options)
Options
 
p
Print the descriptive statistics table.
Examples
equation eq1.binary(d=l) work c edu faminc
eq1.means
estimates a logit and displays the descriptive statistics of the regressors C, EDU, FAMINC for WORK=0 and WORK=1.
Cross-references
See “Discrete and Limited Dependent Variable Models” for a discussion of binary and censored/truncated dependent variable models.