[R] FUNCTION ctree
Achim Zeileis
Achim.Zeileis at uibk.ac.at
Thu Mar 10 17:17:33 CET 2016
Thanks to Erich and Sarah for the clarifications. For those wondering
whether ctree() from "party" or from "partykit" should be used: the latter
is the newer and improved implementation.
On Thu, 10 Mar 2016, Erich Neuwirth wrote:
> If you do
> ??ctree
> and the package partykit is installed, you will see that this function is defined in this package.
> So, you should run
> library(partykit)
> before running your function call
>
> If partykit is not installed, you need to install it.
>
>
>
>
>
>> On Mar 10, 2016, at 15:58, CHIRIBOGA Xavier <xavier.chiriboga at unine.ch> wrote:
>>
>> Dear all,
>>
>>
>> I am using Rstudio. What to do when you get this message?
>>
>> Error in plot(ctree(Surv(hours, state) ~ soil + volatile, data = data)) :
>> could not find function "ctree"
>>
>> Thank you,
>>
>>
>> Xavier
>>
>> ______________________________________________
>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> 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.
>
>
More information about the R-help
mailing list