search for: filenames52

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

Did you mean: filenames
2008 Mar 28
1
Device problems in a loop.
...ot run in a loop. The error indicates that there is no device. The error is printed below the code. Code: for(i in 1:len) { A = as.numeric(delta[Delta[i,1]]) B = as.numeric(delta[Delta[i,2]]) C = as.numeric(delta[Delta[i,3]]) D = as.numeric(delta[Delta[i,4]]) data <- scan(filenames52[i], quiet=TRUE) data <- matrix(data, ncol=8) grp <- c('K1','K2','K3','K4','N','NBC','NE','NEBC') grp <- as.factor(rep(grp, each=200)) bwplot(c(data)~grp, ylab='MSE', pch=19, par.settings = list(...