Skip to content
Prev 106686 / 398525 Next

Aggregation using list with Hmisc summarize function

Muenchen, Robert A (Bob) wrote:
Use llist so summarize will know how to label the output.

Also your attach( ) is not functional as your variables are already in 
the search path.  Whenever you do need to attach, consider the use of 
with( ) instead.

Frank