Re: [R] VIM package

2016-06-09 Thread Tom Wright
Did you install the package before loading it? install.packages("VIM") On Thu, Jun 9, 2016 at 1:19 PM, Ayyappa Chaturvedula wrote: > Dear R users, > I am trying to use VIM (Visualization and Imputation of Missing Values) > package in R. When I try to install the VIM library (library(VIM)), I am

[R] VIM package

2016-06-09 Thread Ayyappa Chaturvedula
Dear R users, I am trying to use VIM (Visualization and Imputation of Missing Values) package in R. When I try to install the VIM library (library(VIM)), I am getting this: Error in library(VIM) : there is no package called ‘VIM’. I appreciate any comments on this problem. Regards, Ayyappa

Re: [R] VIM package - how to get the underlying code

2012-07-03 Thread Uwe Ligges
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

Re: [R] VIM package - how to get the underlying code

2012-07-02 Thread Mathias Worni
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 wrote: > > > On 01.07.2012 21:19, Mathias Worni wrote: > >> Dear R-u

Re: [R] VIM package - how to get the underlying code

2012-07-02 Thread Ben Bolker
Mathias Worni 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,

Re: [R] VIM package - how to get the underlying code

2012-07-02 Thread 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

[R] VIM package - how to get the underlying code

2012-07-01 Thread Mathias Worni
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 h