search for: h1i1a1

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

Did you mean: h1i1a2
2010 Jan 21
2
Create a multi dimensional array from a data frame
...coerce into a multi dimensional array. As you can see from my sample code i have yet to master building efficient code. I can sort of do what i want but its very cumbersome code and i know there is a better way to do it, i am just not expereinced enought yet. So for the following: #Create Data h1i1a1<-sample(1:20, 5, replace=TRUE) h1i1a2<-sample(1:20, 5, replace=TRUE) h1i1a3<-sample(1:20, 5, replace=TRUE) h1i2a1<-sample(1:20, 5, replace=TRUE) h1i2a2<-sample(1:20, 5, replace=TRUE) h1i2a3<-sample(1:20, 5, replace=TRUE) h1i3a1<-sample(1:20, 5, replace=TRUE) h1i3a2<-sample(1...