ok,
I have problems with write function

> F
   Id_TrT1 Id_Geno Id_Rep Val_O
3        0   55094      1    85
9        0   55096      1    87
15       0   55098      1    92
21       0   55079      1    76
27       0   55095      1    92
33       0   55099      1    98
39       0   55092      1    92
45       0   55090      1    72
51       0   55101      1    93
57       0   55106      1    90

and  to write F I obtain like this:

> write(F, "", sep="  ")
Erreur dans cat(list(...), file, sep, fill, labels, append) : 
        argument 1 (type 'list') pas encore traité par cat


I know that the problem it's that f is a list but when I change it in matrix or 
something else the consol display it but badly
I obtain just one column


      
___________________________________________________________________________





        [[alternative HTML version deleted]]

______________________________________________
[email protected] 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