Skip to content
Prev 315663 / 398506 Next

calculating mean matrix

I'm not sure I understand your question. It is always better to use an
example:
+     matrix(rnorm(6), 2, 3))), c(2, 3, 5))
[,1]       [,2]       [,3]
[1,]  0.189669255  0.3368646 0.34261301
[2,] -0.009700353 -0.4676745 0.01974906

The result is a matrix, not a data frame, and certainly not "resulting
data frames." What are you trying to cbind?

----------------------------------------------
David L Carlson
Associate Professor of Anthropology
Texas A&M University
College Station, TX 77843-4352