-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
139 lines (137 loc) · 3.78 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
url: https://adibender.github.io/pammtools
template:
params:
ganalytics: UA-44545040-3
docsearch:
api_key: c3726dcbf089f0b26f496305ed030c22
index_name: pammtools
reference:
- title: "Transform data to Piece-wise Exponential Data (PED) format"
desc: "Functions to transform data sets in different formats to PED format,
suitable to be fit as PAMMs."
contents:
- as_ped
- title: "PED helper functions"
desc: "Functions that help extract (interval-specific) summary information
from PED and create newdata, e.g., for prediction and plotting."
contents:
- int_info
- ped_info
- make_newdata
- get_intervals
- title: "Extract information from PAMMs"
desc: "Functions that help extract information from fitted model objects,
e.g., smooth effects for plotting"
contents:
- tidy_fixed
- tidy_smooth
- tidy_smooth2d
- tidy_re
- get_cumu_coef
- as.data.frame.crps
- predictSurvProb.pamm
- title: "Augment functions"
desc: "Functions that augment a data set by different quantaties like the
hazard rate."
contents:
- add_term
- add_hazard
- add_surv_prob
- add_cif
- title: "Convenience functions for visualization of model outputs."
desc: "Functions that facilitate effect plots (smooth effects, etc.)"
contents:
- gg_fixed
- gg_smooth
- gg_tensor
- gg_re
- gg_slice
- gg_partial
- gg_partial_ll
- gg_laglead
- gg_cumu_eff
- geom_hazard
- geom_stepribbon
- get_plotinfo
- title: "Data sets"
desc: "Data sets contained in **`pammtools`**"
contents:
- tumor
- patient
- daily
- staph
- simdf_elra
- title: "Utilities"
desc: "Utility functions"
contents:
- seq_range
- sim_pexp
- get_laglead
- add_tdc
- pammtools
- get_terms
articles:
- title: "Articles"
desc: "Several articles/vignettes that describe the usage of PAMMs"
contents:
- data-transformation
- baseline
- basics
- strata
- splines
- tveffects
- frailty
- tdcovar
- left-truncation
- model-evaluation
- cumulative-effects
- convenience
- competing-risks
- recurrent-events
- smj-tutorial
navbar:
type: default
left:
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Data transformation
href: articles/data-transformation.html
- text: Estimating the baseline hazard
href: articles/baseline.html
- text: Basic modeling
href: articles/basics.html
- text: Non-linear effects (penalized splines)
href: articles/splines.html
- text: Workflow and convenience functions
href: articles/convenience.html
- text: Stratified models
href: articles/strata.html
- text: Time-varying effects (TVEs)
href: articles/tveffects.html
- text: Frailties (random effects)
href: articles/frailty.html
- text: Time-dependent covariates (TDCs)
href: articles/tdcovar.html
- text: Left-truncated data
href: articles/left-truncation.html
- text: Model evaluation
href: articles/model-evaluation.html
- text: Cumulative effects/Exposure-Lag-Response Associations
href: articles/cumulative-effects.html
- text: Competing Risks
href: articles/competing-risks.html
- text: Recurrent Events
href: articles/recurrent-events.html
- text: 'Paper: A generalized additive model approach to time-to-event analysis'
href: articles/smj-tutorial.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/adibender/pammtools
development:
mode: auto
version_label: default
version_tooltip: "Version"