Skip to content

Commit 3351627

Browse files
authored
Merge pull request #20 from alexpkeil1/alexpkeil1-patch-1
Update README.md
2 parents b90b8ac + 47b5003 commit 3351627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ fit1 = fit(PHModel, X, enter, t, (event .== 1), ties = "breslow", wts = wt)
146146
fit2 = fit(PHModel, X, enter, t, (event .== 2), ties = "breslow", wts = wt)
147147
risk_from_coxphmodels([fit1, fit2])
148148
149-
# this approach operates on left censored outcomes (which operate in the background in model fitting)
149+
# this approach operates on left truncated outcomes (which operate in the background in model fitting)
150150
LSurvivalResp(enter, t, d)
151151
LSurvivalCompResp(enter, t, event)
152152
@@ -160,4 +160,4 @@ More documentation can be found here: [stable version](https://alexpkeil1.github
160160

161161
## Note about correctness
162162

163-
Where possible, results from this package have been validated by comparing results with the `survival` package in `R`, by Terry Therneau. Validation, in this case, requires some choices that may result in differences from the `PHREG` procedure in `SAS` or other software packages for Cox models due to differing approaches to, for example, weighting in the case of ties or the calculation of Martingale residuals under Efron's partial likelihood. See the `survival` package [vignette](https://cran.r-project.org/web/packages/survival/vignettes/validate.pdf) for some details that form the basis of module testing against answers that can be confirmed via laborious hand calculations.
163+
Where possible, results from this package have been validated by comparing results with the `survival` package in `R`, by Terry Therneau. Validation, in this case, requires some choices that may result in differences from the `PHREG` procedure in `SAS` or other software packages for Cox models due to differing approaches to, for example, weighting in the case of ties or the calculation of Martingale residuals under Efron's partial likelihood. See the `survival` package [vignette](https://cran.r-project.org/web/packages/survival/vignettes/validate.pdf) for some details that form the basis of module testing against answers that can be confirmed via laborious hand calculations.

0 commit comments

Comments
 (0)