This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
56 lines (56 loc) · 1.5 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
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 by PAMMs."
contents:
- split_data
- split_tdc
- 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
- get_intervals
- sample_info
- riskset_info
- ped_info
- combine_df
- make_newdata
- plot_df
- 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_terms
- title: "Augment functions"
desc: "Functions that augment a data set by different quantaties like the
hazard rate."
contents:
- add_term
- add_hazard
- add_survprob
- title: "Plot helpers"
desc: "Functions that facilitate effect plots (smooth effects, etc.)"
contents:
- gg_fixed
- gg_smooth
- gg_tensor
- gg_re
- geom_stepribbon
articles:
- title: "Articles"
desc: "Several articles that describe the usage of PAMMs"
contents:
- data-transformation
- basics
- baseline
- splines
- strata
- tdcovar
- tveffects
- frailty
- convenience