forked from ewenharrison/finalfit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
83 lines (83 loc) · 1.83 KB
/
_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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
reference:
- title: "All-in-one functions"
desc: "Single functions to generate final output tables"
contents:
- '`finalfit`'
- '`finalfit_permute`'
- '`summary_factorlist`'
- title: "Model wrappers"
desc: "Wrappers for common statistical models"
contents:
- '`lmuni`'
- '`lmmulti`'
- '`lmmixed`'
- '`glmuni`'
- '`glmmulti`'
- '`glmmulti_boot`'
- '`glmmixed`'
- '`coxphuni`'
- '`coxphmulti`'
- '`crruni`'
- '`crrmulti`'
- '`svyglmuni`'
- '`svyglmmulti`'
- title: "Bootstrap functions"
desc: "Bootstrap simulation for model prediction"
contents:
- '`boot_predict`'
- '`boot_compare`'
- title: "Helper functions"
desc: ~
contents:
- '`fit2df`'
- '`ff_column_totals`'
- '`ff_row_totals`'
- '`ff_formula`'
- '`ff_glimpse`'
- '`ff_interaction`'
- '`ff_label`'
- '`ff_merge`'
- '`ff_metrics`'
- '`ff_newdata`'
- '`ff_percent_only`'
- '`ff_relabel`'
- '`ff_remove_ref`'
- '`ff_remove_p`'
- '`ff_stratify_helper`'
- '`check_recode`'
- '`dependent_label`'
- '`extract_variable_label`'
- '`format_n_percent`'
- '`p_tidy`'
- '`round_tidy`'
- title: "Plotting"
desc: ~
contents:
- '`or_plot`'
- '`hr_plot`'
- '`coefficient_plot`'
- '`ff_plot`'
- '`surv_plot`'
- '`missing_plot`'
- title: "Missing data functions"
desc: ~
contents:
- '`missing_glimpse`'
- '`missing_pattern`'
- '`missing_compare`'
- '`missing_pairs`'
- '`missing_plot`'
- '`missing_predictorMatrix`'
- title: "Metrics"
desc: ~
contents:
- '`metrics_hoslem`'
- title: "Data"
desc: "Sample data for examples and testing"
contents:
- '`colon_s`'
- '`wcgs`'
- title: "Misc"
desc: ~
contents:
- '`finalfit-package`'