An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120701/c205267f/attachment.pl>
VIM package - how to get the underlying code
5 messages · Mathias Worni, Ben Bolker, Uwe Ligges
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]]
______________________________________________ R-help at r-project.org 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.
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
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120702/9f823d0b/attachment.pl>
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
<ligges at statistik.tu-dortmund.de
<mailto:ligges at statistik.tu-dortmund.de>> 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]]
________________________________________________
R-help at r-project.org <mailto:R-help at r-project.org> 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.