On Fri, 29 Oct 2004, Luis Rideau Cruz wrote:

> I wish to get the p-values of anova model as numeric and not as part of
> the standard output (print,summary,,,)

It is part of the standard output of summary.

> I have tried several commands but to not vail

Please do as the posting guide asks and do your homework.  We have no idea 
what you tried and why it `not vail'.

If `anova model' means `aov model', see ?summary.aov.  Continuing that 
example

summary(npk.aov)[[1]]["Pr(>F)"]

something you will find discussed in the R-help archives.

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
[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

Reply via email to