Hi, does anybody know where I need to insert the censoring in the missRanger package? Regards, Rebecca
You have asked what I believe is an incoherent question, and thus are unlikely to receive any useful replies (of course, I may be wrong about this...). Please read and follow the posting guide linked below to to ask a question that can be answered. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Nov 12, 2018 at 12:03 PM Rebecca Bingert <rebecca.bingert at gmx.de> wrote:> Hi, > does anybody know where I need to insert the censoring in the missRanger > package? > Regards, > Rebecca > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
I could not find the word "censor" in the documentation for the missRanger package, so I think additional explanation is needed. Also, I would expect information about censoring to be included in data provided to a function in a package -- inserting censoring into a package doesn't make sense. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ?On 11/12/18, 6:13 AM, "R-help on behalf of Rebecca Bingert" <r-help-bounces at r-project.org on behalf of rebecca.bingert at gmx.de> wrote: Hi, does anybody know where I need to insert the censoring in the missRanger package? Regards, Rebecca ______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Hi Rebecca, I think it was me how suggested you the missRanger package, so this is actually a follow-up of you previous question about censored imputation of missing values (as far as I can remember). The missRanger package uses predictive mean matching, so take a look at ?missRanger::pmm and in general read a bit about what 'predictive mean matching' means. In a nutshell: If your data is appropriate for this technique, you do not need to take care of explicit censoring - it will be done implicitly by the package. Cheers, Denes On 11/12/2018 09:12 PM, Bert Gunter wrote:> You have asked what I believe is an incoherent question, and thus are > unlikely to receive any useful replies (of course, I may be wrong about > this...). > > Please read and follow the posting guide linked below to to ask a question > that can be answered. > > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and > sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Mon, Nov 12, 2018 at 12:03 PM Rebecca Bingert <rebecca.bingert at gmx.de> > wrote: > >> Hi, >> does anybody know where I need to insert the censoring in the missRanger >> package? >> Regards, >> Rebecca >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >