Not able to call function ,party().

installed the package party but getting the error while calling function party().

library(party)
party()
Error in party() : could not find function "party".

party package doesn't have a party() function, could you explain what are you trying to accomplish with that?
https://www.rdocumentation.org/packages/party/versions/1.3-3

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.