search for: matriz2010

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

Did you mean: matriz20
2012 Jan 16
0
FDA predict problem
.... the resulting FDA rule was applied to the 4409 trips and for the same predictors in order to predict to which group the trip will belong. A consistent error is occuring: Error in mindist[l] <- ndist[l] : NAs are not allowed in subscripted assignments script: matriz <- read.table("matriz2010.txt", header=T, sep="\t") names(matriz) matrizR <- matriz[,-c(1:9, 11:15, 32, 35, 36, 47, 50, 51, 56)] names(matrizR) matrizRR <- matrizR[,-c(2:7)] names(matrizRR) SKA <- read.table("SKA.txt", header=T, sep="\t") names(SKA) matrizRRSKA <- cbind(mat...