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
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
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