[R] A question from a newbee...

Martin Maechler maechler at stat.math.ethz.ch
Fri Aug 2 07:47:10 CEST 2002


>>>>> "jlamoral" == jlamoral  <jlamoral at ulb.ac.be> writes:

    jlamoral> Hello .  I have a little question ..  I work with
    jlamoral> Anova (aov) and Manova (manova) and want to print
    jlamoral> some result in a text file. I see the results with
    jlamoral> the summary function or the summary.aov function
    jlamoral> but i do not know how to save the differents
    jlamoral> probabilities of error in a value.  Sorry for my
    jlamoral> poor English

If you use

 myAov <- aov(.......)
 str(myAov)

and even 
  
 Saov <- summary(myAov)
 str(Saov)

should `see' the STRucture (typically list components) of the
resulting object.

{but I have to admit I do not fully understand what you mean by
 ``differents probabilities of error''}

    jlamoral> Thanks a lot.
    jlamoral> -- Lamoral Julien

You're welcome

Martin Maechler <maechler at stat.math.ethz.ch>	http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum  LEO C16	Leonhardstr. 27
ETH (Federal Inst. Technology)	8092 Zurich	SWITZERLAND
phone: x-41-1-632-3408		fax: ...-1228			<><
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list