Skip to content

Commit

Permalink
url cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Jan 10, 2024
1 parent 44cb389 commit 4846954
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 108 deletions.
9 changes: 4 additions & 5 deletions R/bibentries.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ cite = function(entry){
volume = "45",
number = "1",
pages = "5--32",
doi = "10.1023/A:1010933404324",
# doi = "10.1023/A:1010933404324",
issn = "1573-0565"
),
ishwaran_2008 = utils::bibentry(
"article",
doi = "10.1214/08-aoas169",
url = "https://doi.org/10.1214/08-aoas169",
# doi = "10.1214/08-aoas169",
year = "2008",
month = "9",
publisher = "Institute of Mathematical Statistics",
Expand All @@ -31,7 +30,7 @@ cite = function(entry){
),
jaeger_2019 = utils::bibentry(
"article",
doi = "10.1214/19-aoas1261",
# doi = "10.1214/19-aoas1261",
year = "2019",
month = "9",
publisher = "Institute of Mathematical Statistics",
Expand All @@ -46,7 +45,7 @@ cite = function(entry){
title = "Accelerated and interpretable oblique random survival forests",
author = "Byron C. Jaeger and Sawyer Welden and Kristin Lenoir and Jaime L. Speiser and Matthew W. Segar and Ambarish Pandey and Nicholas M. Pajewski",
journal = "Journal of Computational and Graphical Statistics",
doi = "10.1080/10618600.2023.2231048",
# doi = "10.1080/10618600.2023.2231048",
year = "2023",
month = "8",
publisher = "Taylor & Francis",
Expand Down
2 changes: 1 addition & 1 deletion Rmd/orsf-fit-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bill_fit
```

My personal favorite is the oblique survival RF with accelerated Cox regression because it was the first type of oblique RF that `aorsf` provided (see [JCGS paper](https://doi.org/10.1080/10618600.2023.2231048)). Here, we use it to predict mortality risk following diagnosis of primary biliary cirrhosis:
My personal favorite is the oblique survival RF with accelerated Cox regression because it was the first type of oblique RF that `aorsf` provided (see [JCGS paper](https://www.tandfonline.com/doi/full/10.1080/10618600.2023.2231048)). Here, we use it to predict mortality risk following diagnosis of primary biliary cirrhosis:

```{r}
# An oblique survival RF
Expand Down
52 changes: 23 additions & 29 deletions man/orsf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 14 additions & 69 deletions man/orsf_pd_oob.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions man/orsf_vi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4846954

Please sign in to comment.