Replies: 3 comments
-
Can you give use an idea of what it is in the object that you want written to a text file? The object contains a lot of outputs, potentially for many models so it can't be converted to a data frame, but some elements of it could be if you tell us what you are trying to achieve? If you just want to save the object out to disk, you could use |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick answer |
Beta Was this translation helpful? Give feedback.
-
Right, but what were you expecting in the file? What specifically do you need to export? You can't export the |
Beta Was this translation helpful? Give feedback.
-
Hello,
How can I save the results ("radfit.frame") from Radfit finction?
write.table(as.data.frame("radfit.frame")) does not work!
there is a message : "Error in as.data.frame.default(euk.rad) :
cannot coerce class ‘"radfit.frame"’ to a data.frame"
Beta Was this translation helpful? Give feedback.
All reactions