Skip to content

Commit

Permalink
updating side
Browse files Browse the repository at this point in the history
  • Loading branch information
mthbretscher committed Nov 15, 2022
1 parent 9ae2661 commit 483a1e7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion R/calc_rwPFS.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#'
#'If rwPFS could not be calculated, the \code{rwpfs<label>_event_type} will be set to "Missing", and all other columns will contain missing values.
#'This can be due to one of the following reasons: missing \code{.last_progression_abstraction_date} <= \code{.start_date}, missing \code{.last_activity_date} or <= \code{.start_date}, \code{.last_progression_abstraction_date} <= \code{.start_date},
#'or \code{.death_date} <= \code{.start_date} (this can happen because death dates are rounded to mid-month in Flatiron).
#'or \code{.death_date} <= \code{.start_date} (this can happen when death dates are rounded for anonymization purposes).
#'
#' @import rlang
#' @import dplyr
Expand Down
8 changes: 3 additions & 5 deletions docs/articles/real_world_PFS.html

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

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pandoc: 2.14.0.3
pandoc: 2.11.4
pkgdown: 2.0.1
pkgdown_sha: ~
articles:
real_world_PFS: real_world_PFS.html
last_built: 2022-05-16T12:34Z
last_built: 2022-11-15T10:55Z
urls:
reference: https://phcanalytics.github.io/RwPFS/reference
article: https://phcanalytics.github.io/RwPFS/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/calc_rwPFS.html

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

2 changes: 1 addition & 1 deletion man/calc_rwPFS.Rd

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

2 changes: 1 addition & 1 deletion vignettes/real_world_PFS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Because of these differences, it appears sensible to speak of "real-world PFS" (


## Algorithm for calculating rwPFS using Flatiron data
## Algorithm for calculating rwPFS


Figure 1 in @rwPFS_OAK illustrates the important elements required for calculating a rwPFS endpoint:
Expand Down

0 comments on commit 483a1e7

Please sign in to comment.