LukasTang

Results 1 issues of LukasTang

Hi, I have custom model objects, that I define, for example, as follows: setClass("custommodel",slots=list(coef="numeric")) setMethod("predict", "custommodel",function(object,newdata){ newdata$pred