update format
This commit is contained in:
parent
613cdc34f4
commit
7ebe764ce9
1 changed files with 11 additions and 12 deletions
23
slides.Rmd
23
slides.Rmd
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Slides
|
||||
title: "Slides"
|
||||
execute:
|
||||
cache: true
|
||||
freeze: auto
|
||||
|
|
@ -491,20 +491,19 @@ find.best.surv(included)
|
|||
```
|
||||
|
||||
```{r}
|
||||
surv <- Surv(follow.up, death) ~ tx.type + age.rec + hla.match
|
||||
fit.cox.model(surv, 3)
|
||||
surv <- Surv(follow.up, death) ~ tx.type + age.rec + age.donor
|
||||
fit.cox.model(surv, 3)
|
||||
surv <- Surv(follow.up, death) ~ tx.type + age.rec + cold.isc
|
||||
fit.cox.model(surv, 3)
|
||||
surv <- Surv(follow.up, death) ~ tx.type + age.rec + year
|
||||
fit.cox.model(surv, 3)
|
||||
surv <- Surv(follow.up, death) ~ tx.type + age.rec + sex
|
||||
fit.cox.model(surv, 3)
|
||||
# surv <- Surv(follow.up, death) ~ tx.type + age.rec + hla.match
|
||||
# fit.cox.model(surv, 3)
|
||||
# surv <- Surv(follow.up, death) ~ tx.type + age.rec + age.donor
|
||||
# fit.cox.model(surv, 3)
|
||||
# surv <- Surv(follow.up, death) ~ tx.type + age.rec + cold.isc
|
||||
# fit.cox.model(surv, 3)
|
||||
# surv <- Surv(follow.up, death) ~ tx.type + age.rec + year
|
||||
# fit.cox.model(surv, 3)
|
||||
# surv <- Surv(follow.up, death) ~ tx.type + age.rec + sex
|
||||
# fit.cox.model(surv, 3)
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue