Skip to content
Prev 33068 / 398506 Next

Extracting Numbers from MANOVA output

Hi,

Suppose I have:
Df Pillai approx F num Df den Df    Pr(>F)    
plankton.new[, 1]  1 0.5267   9.8316      6     53 2.849e-07 ***
Residuals         58                                            
---
Signif. codes:  0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1 

My understanding is the MANOVA summary returns a list.  However I am not 
sure how to extract out only part of the list.  For example is I want to 
extract the Pillai's test statistic, 0.5267, how can I do this?