-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
executable file
·49 lines (47 loc) · 905 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
url: https://overdodactyl.github.io/diagnosticSummary
template:
bootstrap: 5
reference:
- title: Construction
desc: Generate a dx object
contents:
- dx
- dx_cm
- dx_compare
- title: Metrics
desc: Measures of binary classification tasks
contents:
- has_concept("metrics")
- title: Tests
desc: Statistical tests
contents:
- breslow_day_test
- has_concept("tests")
- title: Figures
desc: Figures summarizing diagnostic statistics
contents:
- starts_with("dx_plot")
- dx_edit_cell
- title: Utilities
desc: Helper functions and S3 methods
contents:
- as.data.frame.dx
- summary.dx
- title: Data
desc: Test data sets
contents:
- dx_heart_failure
- title: internal
contents:
- diagnosticSummary
- dx_roc_ggtheme
- get_roc
figures:
dev: grDevices::png
dpi: 96
dev.args: []
fig.ext: png
fig.width: 8
fig.height: ~
fig.retina: 2
fig.asp: 1