An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130626/bc8a9e9c/attachment.pl>
Margins in dcast (reshape2)
2 messages · Johannes Radinger, Ista Zahn
Hi Johannes, I think the documentation is wrong. The Readme at https://github.com/hadley/reshape says grand_row and grand_col have been dropped. You should submit a bug report at https://github.com/hadley/reshape/issues describing the documentation problem. Best, Ista On Wed, Jun 26, 2013 at 4:15 AM, Johannes Radinger
<johannesradinger at gmail.com> wrote:
Hi,
I'd like to get mean values for the margins of my casted data.frame.
For the casting I am using dcast() from reshape2. However, when I set
the margins parameter (margins=c("grand\_row")) I get following error
concerning
an unrecognized escape character '\_'. So what is the correct command
to get the outermost margins only in reshape2?
/johannes
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.