|
Dear R-users,
I am using R on a Mac using the latest version of R (2.15.1) working with R-studio. To perform multiple imputation for a dataset with some missing values, I am using the VIM package (http://goo.gl/rfGfr). While everything is working fine also with the GUI, I wonder if anybody knows how to get the code for the diagrams you can create using the GUI. Thanks, Mathias [[alternative HTML version deleted]] ______________________________________________ [hidden email] mailing list 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. |
|
On 01.07.2012 21:19, Mathias Worni wrote: > Dear R-users, > > I am using R on a Mac using the latest version of R (2.15.1) working with > R-studio. To perform multiple imputation for a dataset with some missing > values, I am using the VIM package (http://goo.gl/rfGfr). While everything > is working fine also with the GUI, I wonder if anybody knows how to get the > code for the diagrams you can create using the GUI. Just download the source version of the VIM package and take a look into the code? Best, Uwe Ligges > Thanks, > Mathias > > [[alternative HTML version deleted]] > > ______________________________________________ > [hidden email] mailing list > 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. > ______________________________________________ [hidden email] mailing list 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. |
|
In reply to this post by Mathias Worni
Mathias Worni <mw197 <at> duke.edu> writes:
> I am using R on a Mac using the latest version of R (2.15.1) working with > R-studio. To perform multiple imputation for a dataset with some missing > values, I am using the VIM package (http://goo.gl/rfGfr). While everything > is working fine also with the GUI, I wonder if anybody knows how to get the > code for the diagrams you can create using the GUI. Download the source code (.tar.gz) file from the link specified on the page you referenced above ... ? Ben Bolker ______________________________________________ [hidden email] mailing list 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. |
|
In reply to this post by Uwe Ligges-3
Sorry for the misunderstanding. What I meant to say is that I cannot get
the code for the specific graphic that I am running, so that I can keep my code reproducible. Thanks, Mathias On Mon, Jul 2, 2012 at 11:06 AM, Uwe Ligges <[hidden email] > wrote: > > > On 01.07.2012 21:19, Mathias Worni wrote: > >> Dear R-users, >> >> I am using R on a Mac using the latest version of R (2.15.1) working with >> R-studio. To perform multiple imputation for a dataset with some missing >> values, I am using the VIM package (http://goo.gl/rfGfr). While >> everything >> is working fine also with the GUI, I wonder if anybody knows how to get >> the >> code for the diagrams you can create using the GUI. >> > > > Just download the source version of the VIM package and take a look into > the code? > > Best, > Uwe Ligges > > > Thanks, >> Mathias >> >> [[alternative HTML version deleted]] >> >> ______________________________**________________ >> [hidden email] mailing list >> https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help> >> PLEASE do read the posting guide http://www.R-project.org/** >> posting-guide.html <http://www.R-project.org/posting-guide.html> >> and provide commented, minimal, self-contained, reproducible code. >> >> > [[alternative HTML version deleted]] ______________________________________________ [hidden email] mailing list 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. |
|
On 02.07.2012 22:48, Mathias Worni wrote: > Sorry for the misunderstanding. What I meant to say is that I cannot get > the code for the specific graphic that I am running, so that I can keep > my code reproducible. Which code for the graphics? To be reproducible, you need the R vesion, the package version and your source code (incluing a seed for random numbers), I do not see what else is required. Best, Uwe Ligges > > Thanks, > Mathias > > On Mon, Jul 2, 2012 at 11:06 AM, Uwe Ligges > <[hidden email] > <mailto:[hidden email]>> wrote: > > > > On 01.07.2012 21:19, Mathias Worni wrote: > > Dear R-users, > > I am using R on a Mac using the latest version of R (2.15.1) > working with > R-studio. To perform multiple imputation for a dataset with some > missing > values, I am using the VIM package (http://goo.gl/rfGfr). While > everything > is working fine also with the GUI, I wonder if anybody knows how > to get the > code for the diagrams you can create using the GUI. > > > > Just download the source version of the VIM package and take a look > into the code? > > Best, > Uwe Ligges > > > Thanks, > Mathias > > [[alternative HTML version deleted]] > > ________________________________________________ > [hidden email] <mailto:[hidden email]> mailing list > https://stat.ethz.ch/mailman/__listinfo/r-help > <https://stat.ethz.ch/mailman/listinfo/r-help> > PLEASE do read the posting guide > http://www.R-project.org/__posting-guide.html > <http://www.R-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > > > ______________________________________________ [hidden email] mailing list 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. |
| Powered by Nabble | Edit this page |
