Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Sep 26, 2023
1 parent 2f9b230 commit 80b6699
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion R/JointModelSamples.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ setMethod(



#' extractSurvivalQuantities
#' `extractSurvivalQuantities`
#'
#' Derive survival quantities from a given set of model samples.
#'
Expand Down
4 changes: 2 additions & 2 deletions R/survivalQuantities.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' @include DataJoint.R
NULL

#' NULL Documentation page to house re-usable elements across SurvivalQuantities methods/objects
#' NULL Documentation page to house re-usable elements across `SurvivalQuantities` methods/objects
#'
#' @param patients (`character` or `list` or `NULL`)\cr which patients to calculate the desired
#' quantities for.
Expand Down Expand Up @@ -32,7 +32,7 @@ NULL



#' SurvivalQuantities
#' `SurvivalQuantities` Object & Constructor Function
#'
#' Constructor function to generate a `SurvivalQuantities` object.
#'
Expand Down
4 changes: 2 additions & 2 deletions man/SurvivalQuantities-Shared.Rd

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

2 changes: 1 addition & 1 deletion man/SurvivalQuantities-class.Rd

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

2 changes: 1 addition & 1 deletion man/extractSurvivalQuantities-JointModelSamples-method.Rd

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

4 changes: 2 additions & 2 deletions vignettes/model_fitting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ summary(surv_quantities)
autoplot(surv_quantities)
```

We can also aggregatea the estimated survivl curves from groups of patients,
We can also aggregate the estimated survival curves from groups of patients,
using the corresponding method.

```{r, warning=FALSE, fig.width=6}
Expand All @@ -347,7 +347,7 @@ surv_quantities <- extractSurvivalQuantities(
groups,
patients = selected_patients
)
autoplot(ssurv_quantitie, add_km = TRUE)
autoplot(surv_quantities, add_km = TRUE)
```


Expand Down

0 comments on commit 80b6699

Please sign in to comment.