Skip to content

VIM package

2 messages · Ayyappa Chaturvedula, Tom

#
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
Tom
#
Did you install the package before loading it?
install.packages("VIM")

On Thu, Jun 9, 2016 at 1:19 PM, Ayyappa Chaturvedula
<ayyappach at gmail.com> wrote: