search for: assayvar

Displaying 1 result from an estimated 1 matches for "assayvar".

2009 Sep 14
1
Best way to extract values from an aov object ?
I'm trying to write a function to automate doing a variance analysis, part of which involves doing some further calculations. The method I've been using isn't very robust, if variable names change then it stops working. For this dummy data > dput(assayvar,"") structure(list(Run = structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), .rk.invalid.fields = list(), .Label = c("1", "2", "3", "4"), class = "factor"), Actual = c(246.3, 253.6, 247.6, 249, 249, 251.3, 254.9, 254.1, 253.2, 250...