is, in my opinion, no need to alter the
> > status quo, I'll nevertheless make the following suggestion.
> > It may be not too difficult to rewrite the function producing
> > the messages to say something like:
> > "Package B is masking:"
> > "fr
Original Message-
> From: ehl...@ucalgary.ca
> Sent: Wed, 25 Jul 2012 12:57:33 -0700
> To: marion.we...@gmail.com
> Subject: Re: [R] package memisc: recode examples
>
> On 2012-07-25 09:29, Marion Wenty wrote:
>> Thank you, John, for the clarification! :)
>>
>>
-----Original Message-
From: marion.we...@gmail.com
Sent: Tue, 24 Jul 2012 15:48:10 +0200
To: e.vettora...@uke.de
Subject: Re: [R] package memisc: recode examples
I now tried
find("recode",mode="function")
and got
[1] "package:car""package:memisc&
Thank you, John, for the clarification! :)
I have written to the R core team pointing this out.
Marion
2012/7/24 John Kane
>
> > -Original Message-
> > From: marion.we...@gmail.com
> > Sent: Tue, 24 Jul 2012 15:48:10 +0200
> > To: e.vettora...@uke.de
&
Hi Eik,
thank you very much for your reply! It now is working thank's your
explanations:
I didn't write my own recode function but I loaded the package car after
memisc.
I now tried
find("recode",mode="function")
and got
[1] "package:car""package:memisc"
as an output. So this means that
Hi Marion,
the Hmisc package has also a function called "recode", maybe you loaded
this package after memisc so the memisc version was masked (you should
have got a warning message about that). Or perhaps you wrote you own
recode function?
Try
find("recode",mode="function")
to see all search lis
6 matches
Mail list logo