Skip to content
Prev 66969 / 398506 Next

How to extrct F value

Dear Xin Meng,

This output presumably was produced by summarizing an object produced by aov(). The trick to figuring out what you want to do is to examine the structure of the summary object (say, sumry), via str(sumry). In this case sumry[["Error: Within"]][[1]]$"F value"[1] should do what you want.

I hope this helps,
 John

--------------------------------
John Fox
Department of Sociology
McMaster University
Hamilton, Ontario
Canada L8S 4M4
905-525-9140x23604
http://socserv.mcmaster.ca/jfox 
--------------------------------