Skip to content
Prev 11639 / 398503 Next

:predict.ppr

On Fri, 8 Jun 2001, Peter Ho wrote:

            
I don't know what to say!  You should be wanting to use the predict()
generic function on your fit.  If you had tried it, it would have worked.

Also, there is an example of using predict on a ppr object in the main
reference ....
Because methods should not be individually documented unless the differ
from the generic.
Why do you think it appear in the function list
[1] "anova.loess"               "ksmooth"
 [3] "loess"                     "loess.control"
 [5] "loess.smooth"              "plot.ppr"
 [7] "pointwise"                 "ppr"
 [9] "ppr.default"               "ppr.formula"
[11] "predLoess"                 "predict.loess"
[13] "predict.ppr"               "predict.smooth.spline"
[15] "predict.smooth.spline.fit" "print.loess"
[17] "print.ppr"                 "print.smooth.spline"
[19] "print.summary.loess"       "print.summary.ppr"
[21] "scatter.smooth"            "simpleLoess"
[23] "smooth.spline"             "summary.loess"
[25] "summary.ppr"               "supsmu"

?
I do have a suggestion: learning the difference between generic functions
and methods would help reduce your confusion.