Skip to content

Commit 1adc333

Browse files
committed
Add missing topics to pkgdown reference index
1 parent f248655 commit 1adc333

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

_pkgdown.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,20 @@ reference:
3838
- cf_mse
3939
- cf_auc
4040
- cf_calibration
41+
- cf_sensitivity
42+
- cf_specificity
43+
- cf_fpr
44+
- cf_roc
4145
- title: Transportability (Two Populations)
4246
desc: Transport prediction model performance from source to target population
4347
contents:
4448
- tr_mse
4549
- tr_auc
4650
- tr_calibration
51+
- tr_sensitivity
52+
- tr_specificity
53+
- tr_fpr
54+
- tr_roc
4755
- title: Model Selection
4856
desc: Cross-validation and model comparison
4957
contents:
@@ -61,13 +69,15 @@ reference:
6169
- title: S3 Methods
6270
desc: Methods for result objects
6371
contents:
72+
- as.data.frame.tr_roc
6473
- coef.cf_performance
6574
- coef.tr_performance
6675
- confint.cf_performance
6776
- confint.tr_performance
6877
- plot.cf_auc
6978
- plot.cf_calibration
7079
- plot.tr_calibration
80+
- plot.tr_roc
7181
- print.cf_compare
7282
- print.cf_cv
7383
- print.cf_nuisance

0 commit comments

Comments
 (0)