Skip to content

Commit

Permalink
include new type in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrick committed Jan 24, 2024
1 parent 5fe52e0 commit 4d889f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ with `type = "quantile"`, and the hazard with `type = "hazard"`.
| proportional_hazards | survival |||||||
| proportional_hazards | glmnet |||||||
| rand_forest | partykit |||||||
| rand_forest | aorsf | ||||||
| rand_forest | aorsf | ||||||
| survival_reg | survival |||||||
| survival_reg | flexsurv |||||||
| survival_reg | flexsurvspline |||||||
Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ The following examples use the same data set throughout.
) %>%
slice(1) %>%
tidyr::unnest(col = .pred)
predict(rf_fit, lung_test, type = "time")
```
</details>

Expand Down

0 comments on commit 4d889f2

Please sign in to comment.