[Rd] Generic Functions for dffits and covratio

2011-09-06 Thread Viechtbauer Wolfgang (STAT)
Dear All, A while back, I asked about the possibility of adding a generic function for dffits to stats: https://stat.ethz.ch/pipermail/r-devel/2011-May/061011.html I am still hoping that this would be possible. The same also applies to covratio. Currently, there are no generics for these two f

Re: [Rd] Generic Functions

2008-02-27 Thread Duncan Murdoch
Dominik Locher wrote: > Thanks a lot for your explanation, which I higly appreciate. But I have > still a problem... > > Think about 2 persons, each of them create their own package. Both define a > generic function "setType" with different arguments. > > Person 1: setType(obj, valX) > Person 2: s

[Rd] Generic Functions

2008-02-27 Thread Dominik Locher
Thanks a lot for your explanation, which I higly appreciate. But I have still a problem... Think about 2 persons, each of them create their own package. Both define a generic function "setType" with different arguments. Person 1: setType(obj, valX) Person 2: setType(spec) If I require the packa