search for: cast_matrix

Displaying 1 result from an estimated 1 matches for "cast_matrix".

2009 Apr 23
1
rbind on a list
I have two lists (and possibly more): col.prop <- structure(list(B = structure(c(0.5, 0.5, 0.6, 0.4, 0.555555555555556, 0.444444444444444), class = c("cast_matrix", "matrix"), .Dim = 2:3, .Dimnames = list( NULL, NULL)), D = structure(c(1, 0, 0.666666666666667, 0.333333333333333, 0.8, 0.2), class = c("cast_matrix", "matrix"), .Dim = 2:3, .Dimnames = list( NULL, NULL))), .Names = c("B", "D")) n &lt...