We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: