Displaying 1 result from an estimated 1 matches for "a12425401".
2007 Aug 31
2
memory.size help
...- numeric(nrow(xk)) #DEFININING AN EMPTY VECTOR TO HOLD ZK VALUES
for(x in 1:nrow(xk)) {
k <- intersect(i1[x,], i2[x,])
zk[x] <- mean(unlist(k), na.rm = TRUE)
}
xk$zk <- zk
data <- na.omit(xk)
--
View this message in context: http://www.nabble.com/memory.size-help-tf4359846.html#a12425401
Sent from the R help mailing list archive at Nabble.com.