Skip to content
Back to formatted view

Raw Message

Message-ID: <loom.20090123T072532-717@post.gmane.org>
Date: 2009-01-23T07:26:42Z
From: Dieter Menne
Subject: extension of ftable

Santosh <santosh2005 <at> gmail.com> writes:

> Is there way to combine grouped and consolidated summaries into a formatted
> multidimensional summary table?
> e.g.
> 
>                           male    female  total
> country   state
> usa
>           new jersey    10      20      30
>           new york      23      31      54
>           missouri       43      34      77
>           Total            76      85      161
> England
>           Essex          11      43      54
>           Surrey          24      54      78

summary.formula in package Hmisc can do this, if you can hack your path through
the parameter jungle.

Dieter