-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
92 lines (90 loc) · 1.73 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
url: https://danielmork.github.io/dlmtree/
template:
bootstrap: 5
navbar:
structure:
left:
- intro
- articles
- reference
- news
right:
- search
- github
components:
articles:
text: Treed DLM
menu:
- text: TDLM
href: articles/TDLM.html
- text: TDLNM
href: articles/TDLNM.html
- text: TDLMM
href: articles/TDLMM.html
- text: HDLM
href: articles/HDLM.html
- text: HDLMM
href: articles/HDLMM.html
news:
text: News
href: news/index.html
reference:
- title: Model fitting
contents: dlmtree
- title: Model summary
desc: Obtain results from the model fit
contents:
- starts_with("combine.models")
- starts_with("summary")
- estDLM
- ppRange
- starts_with("predict")
- adj_coexposure
- starts_with("print")
- title: Visualization
desc: Visualize distributed lag functions
contents: starts_with("plot")
- title: HDLM & HDLMM
desc: Useful functions for HDLM & HDLMM
contents:
- pip
- starts_with("shiny")
- splitpoints
- title: Simulation
desc: Simulate datasets
contents: starts_with("sim")
- title: Data
desc: Built-in datasets
contents:
- coExp
- exposureCov
- pm25Exposures
- zinbCo
- get_sbd_dlmtree
- title: Cpp source code & Misc.
contents:
- cppIntersection
- dlmEst
- dlmtreeGPFixedGaussian
- dlmtreeGPGaussian
- dlmtreeHDLMGaussian
- dlmtreeHDLMMGaussian
- dlmtreeTDLMFixedGaussian
- dlmtreeTDLMNestedGaussian
- dlmtreeTDLM_cpp
- dlnmEst
- dlnmPLEst
- drawTree
- mixEst
- monotdlnm_Cpp
- ppRange
- rcpp_pgdraw
- rtmvnorm
- ruleIdx
- scaleModelMatrix
- splitPIP
- tdlmm
- tdlnm
- tdlmm_Cpp
- tdlnm_Cpp
- zeroToInfNormCDF