On 02/24/2010 06:54 AM, Amy Hessen wrote:
Hi,
I’m trying to install ipred package but I receive the following error message:
library(ipred)
Loading required package: rpart
Loading required package: MASS
Loading required package: mlbench
Error: package 'mlbench' could not be loaded
In addition: Warning messages:
1: package 'ipred' was built under R version 2.9.2
2: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc =
lib.loc) :
there is no package called 'mlbench'
Hi Amy,
Try installing the mlbench package. I think nnet and class will already
be available.
Jim
______________________________________________
R-help@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.