Displaying 1 result from an estimated 1 matches for "titles3".
Did you mean:
titles
2012 May 11
1
Strange "Error: subscript out of bounds"
...ed.mat[k+1,], lty=1)
lines(1:5, pred.mat[k+2,], lty=3)
legend("topright", c("avg. player", "5th %-tile player", "95th %-tile
player"), lty=1:3, bty="n")
n<-n+1
}
}
plotProb(q8.pred.mat.v13, c(193, 196, 199, 205, 217,241,289), c(3,3),
q8.titles3, "identification")
[1] "debug"
[1] 193
[1] 1
[1] 1920
Error in print(pred.mat[k, ]) :
error in evaluating the argument 'x' in selecting a method for
function 'print': Error: subscript out of bounds
> print(q8.pred.mat.v13[193,])
[1] 0.28478261 0.39674035...