Skip to content

Commit a920968

Browse files
committed
update links using {ref}
1 parent 418aa73 commit a920968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/survival_analysis/weibull_aft.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"source": [
5858
"## Dataset\n",
5959
"\n",
60-
"The {ref}`bayes_param_survival_pymc3` notebook introduced two different accelerated failure time (AFT) models: Weibull and log-linear. In this notebook, we present three different parameterizations of the Weibull AFT model.\n",
60+
"The {ref}`previous example notebook on Bayesian parametric survival analysis <bayes_param_survival_pymc3>` introduced two different accelerated failure time (AFT) models: Weibull and log-linear. In this notebook, we present three different parameterizations of the Weibull AFT model.\n",
6161
"\n",
6262
"The data set we'll use is the `flchain` R data set, which comes from a medical study investigating the effect of serum free light chain (FLC) on lifespan. Read the full documentation of the data by running:\n",
6363
"\n",

examples/survival_analysis/weibull_aft.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ az.style.use("arviz-darkgrid")
3939

4040
## Dataset
4141

42-
The {ref}`bayes_param_survival_pymc3` notebook introduced two different accelerated failure time (AFT) models: Weibull and log-linear. In this notebook, we present three different parameterizations of the Weibull AFT model.
42+
The {ref}`previous example notebook on Bayesian parametric survival analysis <bayes_param_survival_pymc3>` introduced two different accelerated failure time (AFT) models: Weibull and log-linear. In this notebook, we present three different parameterizations of the Weibull AFT model.
4343

4444
The data set we'll use is the `flchain` R data set, which comes from a medical study investigating the effect of serum free light chain (FLC) on lifespan. Read the full documentation of the data by running:
4545

0 commit comments

Comments
 (0)