The bandwidth has been selected using "npcdensbw". Now for estimating the conditional CDF, I
execute this code:
Fhat.low <- matrix(predict(npcdist(bws = bw),newdata=mydat.eval.low),neval,neval)
And, I get this error:
Error in (tbw$sfactor[[i]])[tl[[i]]]/dfactor[[i]] : non-numeric argument to binary operator
How can I solve it?