When using honest.rparttree, an error shows up saying "C_rpart" not found.
Codes for replicating the error:
honest.rparttree(y~x1+x2+x3+x4+x5+x6, data=simulation.1, est_data=simulation.1)
[1] "done setting estimation data"
Error in honest.rparttree(y ~ x1 + x2 + x3 + x4 + x5 + x6, data = simulation.1, :
object 'C_rpart' not found
Is there a way to address this? Thank you so much!
When using honest.rparttree, an error shows up saying "C_rpart" not found.
Codes for replicating the error:
Is there a way to address this? Thank you so much!