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 function NOT included in the Windows binary I downloaded and installed? Could someone please tell me how to access it? Thanks! Kim Peterson Research Scientist Bureau of Science Services Wisconsin Department of Natural Resources (*) phone: (608) 266-5227 (*) fax: (608) 267-5231 (*) e-mail: kim.peterson@wisconsin.gov Website: dnr.wi.gov Find us on Facebook: www.facebook.com/WIDNR<http://www.facebook.com/WIDNR> [[alternative HTML version deleted]]
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 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 function NOT included in the Windows binary I downloaded and installed? Could someone please tell me how to access it? > > Thanks! > > Kim Peterson > Research Scientist > Bureau of Science Services > Wisconsin Department of Natural Resources > (*) phone: (608) 266-5227 > (*) fax: (608) 267-5231 > (*) e-mail: kim.peterson at wisconsin.gov > Website: dnr.wi.gov > Find us on Facebook: www.facebook.com/WIDNR<http://www.facebook.com/WIDNR> > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.
> > 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 ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
Maybe Matching Threads
- CForest Error Logical Subscript Too Long
- party::cforest - predict?
- Party package: varimp(..., conditional=TRUE) error: term 1 would require 9e+12 columns
- Error with cForest
- Party package: varimp(..., conditional=TRUE) error: term 1 would require 9e+12 columns (fwd)