search for: nnewdata

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

Did you mean: newdata
2003 Jul 03
1
S4 method and S3 method with same name: potentially dangerous?
...aracter")), + validity=NULL, + sealed=TRUE) [1] "RSVMState" > setMethod("predict", signature("RSVMState","numeric", "missing"), function(object, newdata, ...) { cat("\nobj:\n"); print(object); cat("\n\nnewdata;\n");print(newdata);return();}) Creating a new generic function for "predict" [1] "predict" > predict genericFunction for "predict" defined from package "base" function (object, ...) standardGeneric("predict") <environment: 0x8e942a4&gt...