On Sun, 14 Jun 2009, Allin Cottrell wrote:
On Sat, 6 Jun 2009, Lars PÄlsson-Syll wrote:
> Is there any possibility of performing a cross-tabulation in
> gretl when you only have aggregated frequencies (I'm thinking of
> something analogous to Stata's "tabi" command )?
Not at present, but that would not be difficult to add.
It's now added in CVS/snapshot. Example:
matrix M = {30, 18, 38 ; 13, 7, 22 }
xtab --matrix=M
You can add the --row and/or --column flags to have the values
displayed as percentages.
Allin.