Skip to content
Prev 9950 / 63424 Next

S4 method and S3 method with same name: potentially dangerous?

I think you have `method' confused with `generic'.  predict() is an S3
generic, and you can safely allow that to be made into an S4 generic
(although there will be a small performance hit).  I would suggest that
you add S4 methods to show() and not to print(), though.
On Thu, 3 Jul 2003, Matthias Burger wrote: