-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
89 lines (88 loc) · 2.21 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
84
85
86
87
88
url: https://sahirbhatnagar.com/casebase/
template:
params:
bootswatch: cosmo
authors:
Sahir Bhatnagar:
href: https://sahirbhatnagar.com/
Maxime Turgeon:
href: https://maxturgeon.ca/
Jesse Islam:
href: https://www.jesseislam.com/
Olli Saarela:
href: http://individual.utoronto.ca/osaarela/
James Hanley:
href: http://www.medicine.mcgill.ca/epidemiology/hanley/
development:
mode: release
reference:
- title: Data Visualization
desc: |
Visualizing survival data with population time plots
contents:
- '`popTime`'
- '`plot.popTime`'
- title: Model Fitting
desc: |
Main functions for fitting smooth hazard functions and plotting them
contents:
- '`fitSmoothHazard`'
- '`absoluteRisk`'
- '`plot.singleEventCB`'
- '`plot.absRiskCB`'
- '`hazardPlot`'
- '`confint.absRiskCB`'
- title: Datasets
desc: |
Datasets that ship with the package to illustrate usage
contents:
- '`ERSPC`'
- '`bmtcrr`'
- '`brcancer`'
- '`eprchd`'
- '`simdat`'
- '`support`'
- title: Internal Utility Functions
desc: |
Functions not really meant for the user
contents:
- '`sampleCaseBase`'
- '`checkArgsEventIndicator`'
- '`CompRisk-class`'
navbar:
structure:
left:
- home
- intro
- articles
- reference
- tutorials
- news
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
articles:
text: Vignettes
menu:
- text: Population Time Plots
href: articles/popTime.html
- text: Fitting smooth-in-time parametric hazard functions
href: articles/smoothHazard.html
- text: Plotting Hazards and Hazard Ratios
href: articles/plotsmoothHazard.html
- text: Plot Cumulative Incidence and Survival Curves
href: articles/plotabsRisk.html
- text: Competing risk analysis using case-base sampling
href: articles/competingRisk.html
- text: Customizing Population Time Plots
href: articles/customizingpopTime.html
- text: Time-Varying Covariates
href: articles/time-varying-covariates.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html