Displaying 1 result from an estimated 1 matches for "taulu1".
Did you mean:
taulu3
2007 Mar 30
1
Hmisc summary.formula.reverse export problem
...ade with summary.formula in Hmisc package:
taulu3 <- summary(sp ~ pdg_newtext, data=tr_ekahj, method="reverse",
overall=TRUE)
class(taulu3)
[1] "summary.formula.reverse"
When I try to export the object taulu3, I get the following error message:
write.table(taulu3, "O:/taulu1.txt", sep=";")
Error in as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors =
stringsAsFactors) :
cannot coerce class "summary.formula.reverse" into a data.frame
How can I get this object exported properly? I'm using Windows XP and I
don't know...