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
VIM package
2 messages · Ayyappa Chaturvedula, 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:
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
[[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.