package ‘patrykit’ is not available (for R version 3.6.3)
i need to use ctree() function please help me
partykit
rather than patrykit
.
This is a different question, please ask it on a new topic providing a proper REPRoducible EXample (reprex) illustrating your issue.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
No documentation for ‘ctree’ in specified packages and libraries:
you could try ‘??ctree’
Thank you very much. I will try it
Error in ctree(myf, data = train.data) : could not find function "ctree"
here is the error for ctree sir
Warning in install.packages :
package ‘ctree’ is not available (for R version 3.6.3)
thank you its running now but i encounter this error
here's my code:
CompLog_Dataset_Trainset_ctree <- ctree(myf, data=train.data)
Error in matrix(infl, ncol = 1) :
'data' must be of a vector type, was 'NULL'