Maybe a very basic question.
How can I get mean of a object like this
> str(object)
num [1:53, 1:2] 734 734 736 734 736 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr [1:2] "x" "y"
I want the mean of both x and y
_______________
Paulo E. Cardoso
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.