Re: [R] package memisc: recode examples

2012-08-02 Thread Marion Wenty
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

Re: [R] package memisc: recode examples

2012-07-26 Thread John Kane
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! :) >> >>

Re: [R] package memisc: recode examples

2012-07-25 Thread Peter Ehlers
-----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&

Re: [R] package memisc: recode examples

2012-07-25 Thread Marion Wenty
gt; > Subject: Re: [R] package memisc: recode examples > > > I now tried > > > > find("recode",mode="function") > > > > and got > > > > [1] "package:car""package:memisc" - and got a warning > > message, whi

Re: [R] package memisc: recode examples

2012-07-24 Thread Marion Wenty
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

Re: [R] package memisc: recode examples

2012-07-24 Thread Eik Vettorazzi
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

[R] package memisc: recode examples

2012-07-24 Thread Marion Wenty
Dear people, Yesterday I looked at the recode command in the memisc package and ran the following example stated in the manual: x <- as.item(sample(1:6,20,replace=TRUE), labels=c( a=1, b=2, c=3, d=4,