search for: rbindnd

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

Did you mean: rbinded
1999 Oct 13
1
dataframe transposition
...ture("27 ", .Names = "count(*)"), SA = structure("1 ", .Names = "count(*)")), .Names = c("JMC", "LCA", "MCM", "MDH", "ML", "SA"), row.names = "count(*)", class = "data.frame") rbindnd(c(4,259,136,266,27,1))->wk2 > as.data.frame(rbind(c(4,259,136,266,27,1)))->wk2 > names(wk2)<-dnames > wk2 JMC LCA MCM MDH ML SA 1 4 259 136 266 27 1 > page (wk2) structure(list(JMC = 4, LCA = 259, MCM = 136, MDH = 266, ML = 27, SA = 1), .Names = c("JMC", &qu...