..-
help for ^summvl^ and ^total^                                    (jw/ics  10/20
> /96)
..-

Summary statistics - ------------------

^summvl^ [varlist] [^if^ exp] [^in^ range] [weight] [^, f^ormat^(^str^) s^a > me]

^total^ [varlist] [^if^ exp] [^in^ range] [weight] [^, f^ormat^(^str^) s^am > e]

^fweight^s and ^aweight^s are allowed; see help ^weights^.

Description - -----------

^summvl^ displays the undetailed summary statistics of varlist, along with the variable labels truncated to 29 chars.

^total^ reports the (weighted) totals and the minimum and maximum value of each > variable in varlist, along with the variable labels.

Options - -------

^format(^str^)^ specifies the display format for the statistics. The columns wi > ll not be nicely lined up with the column headers if the format specifies a field width other than 8.

^same^ specifies that the statistics are computed on the set of observations that are not missing in any of the variables in varlist.

Example - -------

. ^summvl^ . ^total^ . ^total age income if country=="neth"^ . ^total age income, same^ . ^total age income, f(%8.2f)^

Also see - --------

Manual: [5s] means On-line: help for @summarize@, @means@