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
Hello,
I was wondering whether you have support for models with weights. For example:
data$weights <- weights model_rf <- randomForestSRC::rfsrc(Surv(survtime, survstatus) ~ age + grade + tumorthickness + gender + tobacco + race, data = data,case.wt = weights) explainer <- survex::explain(model_rf,weights = data$weights) # or explainer <- survex::explain(model_rf,weights = weights)
The above returns null when I access explainer$weights
The text was updated successfully, but these errors were encountered:
Is there anyone active here?
Sorry, something went wrong.
No branches or pull requests
Hello,
I was wondering whether you have support for models with weights. For example:
The above returns null when I access explainer$weights
The text was updated successfully, but these errors were encountered: