Re: [R] VarimpAUC in Party Package

2012-12-13 Thread S Ellison
> > Error: could not find function "varimpAUC" > > > > Was this function NOT included in the Windows binary I > downloaded and installed? Which windows binary are you talking about? The R installer, the Party .zip or something else? S Ellison *

Re: [R] VarimpAUC in Party Package

2012-12-12 Thread Jessica Streicher
You need to install the party package and then load the package before you can use its functions: install.packages("party") library(party) On 11.12.2012, at 16:56, Peterson, Kim - DNR wrote: > Greetings! I'm trying to use function varimpAUC in the party package > (party_1.0-3 released Septemb

[R] VarimpAUC in Party Package

2012-12-11 Thread Peterson, Kim - DNR
Greetings! I'm trying to use function varimpAUC in the party package (party_1.0-3 released September 26th of this year). Unfortunately, I get the following error message: > data.cforest.varimp <- varimpAUC(data.cforest, conditional = TRUE) Error: could not find function "varimpAUC" Was this fun