On 1/19/07, Giovanni Petris <[EMAIL PROTECTED]> wrote:
>
> > Date: Fri, 19 Jan 2007 11:08:22 -0500
> > From: Gabor Grothendieck <[EMAIL PROTECTED]>
> > Cc: [EMAIL PROTECTED], r-help@stat.math.ethz.ch
> > DomainKey-Signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=beta;
> >
> > You are writing out x rather than ft. If you do:
> >
> > write.ftable(ft, file = stdout())
> >
> > it looks the same as the input.
> >
>
> You are wright. The point I was trying to make is that read.ftable
> does not work as (I) expected for an ftable with two column
> variables.
>

x is not of class "ftable".  It is of class "table".  It may print with
two column variables but it does not intrinsically have two column
variables.

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to