Skip to content

Commit 7b9e1ec

Browse files
committed
namespace to anchor links
1 parent b89c6f6 commit 7b9e1ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

man/rmd/survival_reg_flexsurv.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ survival_reg(dist = character(1)) %>%
4040

4141
The main interface for this model uses the formula method since the model specification typically involved the use of [survival::Surv()].
4242

43-
For this engine, stratification cannot be specified via [`strata()`], please see [flexsurv::flexsurvreg()] for alternative specifications.
43+
For this engine, stratification cannot be specified via [`survival::strata()`], please see [flexsurv::flexsurvreg()] for alternative specifications.
4444

4545
```{r child = "template-survival-mean.Rmd"}
4646
```

man/rmd/survival_reg_flexsurv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ survival_reg(dist = character(1)) %>%
4242

4343
The main interface for this model uses the formula method since the model specification typically involved the use of [survival::Surv()].
4444

45-
For this engine, stratification cannot be specified via [`strata()`], please see [flexsurv::flexsurvreg()] for alternative specifications.
45+
For this engine, stratification cannot be specified via [`survival::strata()`], please see [flexsurv::flexsurvreg()] for alternative specifications.
4646

4747

4848

man/rmd/survival_reg_flexsurvspline.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ survival_reg() %>%
2626

2727
The main interface for this model uses the formula method since the model specification typically involved the use of [survival::Surv()].
2828

29-
For this engine, stratification cannot be specified via [`strata()`], please see [flexsurv::flexsurvspline()] for alternative specifications.
29+
For this engine, stratification cannot be specified via [`survival::strata()`], please see [flexsurv::flexsurvspline()] for alternative specifications.
3030

3131
```{r child = "template-survival-mean.Rmd"}
3232
```

man/rmd/survival_reg_flexsurvspline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ survival_reg() %>%
3737

3838
The main interface for this model uses the formula method since the model specification typically involved the use of [survival::Surv()].
3939

40-
For this engine, stratification cannot be specified via [`strata()`], please see [flexsurv::flexsurvspline()] for alternative specifications.
40+
For this engine, stratification cannot be specified via [`survival::strata()`], please see [flexsurv::flexsurvspline()] for alternative specifications.
4141

4242

4343

0 commit comments

Comments
 (0)