[R] p value in MANOVA
    Prof Brian Ripley 
    ripley at stats.ox.ac.uk
       
    Thu Nov 20 19:35:10 CET 2003
    
    
  
Hint: print.summary.manova manages it.  Try
example(summary.manova)
summary(fit, test="Wilks")$stats[,"Pr(>F)"]
On Thu, 20 Nov 2003, Tu Yu-Kang wrote:
> Can anyone tell me how to get the p value out of the output from 
> summary.manova?
> 
> I tried all the methods I can think of, but failed.
-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
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
    
    
More information about the R-help
mailing list