[R] library(ipred)

Jim Lemon jim at bitwrit.com.au
Tue Feb 23 23:53:34 CET 2010


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



More information about the R-help mailing list