Re: [Rd] ftable <-> data.frame etc {was "justify hard coded in format.ftable"}

2020-05-23 Thread Gabor Grothendieck
That's not the problem. The problem is that if you have ft <- ftable(UCBAdmissions, row.vars = 3:2) ft ## Admit Admitted Rejected ## Dept Gender ## AMale 512 313 ## Female 89 19 ## BMale 353 207

[Rd] ftable <-> data.frame etc {was "justify hard coded in format.ftable"}

2020-05-15 Thread Martin Maechler
> Gabor Grothendieck > on Thu, 14 May 2020 06:56:06 -0400 writes: > If you are looking at ftable could you also consider adding > a way to convert an ftable into a usable data.frame such as > the ftable2df function defined here: > https://stackoverflow.com/questions/11141406/reshapin