Re: [R] save model summary

2012-04-23 Thread Berend Hasselman
> export the summary into a file in order to see it ... > > I'm new to R, and "R save model summary" in google doesn't help, neither > does "help(save)" or "help(write.csv)". If I try the commands I get the > error: > >> write.csv(su

[R] save model summary

2012-04-23 Thread Eiko Fried
R, and "R save model summary" in google doesn't help, neither does "help(save)" or "help(write.csv)". If I try the commands I get the error: >write.csv(summary(m2),file="data.csv") >Error in as.data.frame.default(x[[i]], optional = TRUE) : >