http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4002 ------- Comment #1 from leinfelder at nceas.ucsb.edu 2009-04-20 17:07 ------- Here is an example script that creates different data objects: x <- 1:10 y <- x + rnorm(10) f <- y ~ x l <- lm(f) s <- summary(l)