-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
59 lines (58 loc) · 1.17 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
url: https://kevinsee.github.io/DABOM/
template:
params:
bootswatch: sandstone
navbar:
title: ~
type: default
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
reference:
text: Functions
href: reference/index.html
news:
text: News
href: news/index.html
reference:
- title: Writing JAGS Model
desc: |
Functions for writing and updating the JAGS .txt model file
- contents:
- writeDABOM
- fixNoFishNodes
- title: JAGS Inputs
desc: |
Functions to prepare JAGS Inputs
- contents:
- setInitialValues
- createJAGSinputs
- addTimeVaryData
- setSavedParams
- title: Summarizing Results
desc: |
Functions related to summarizing detection, movement and escapement estimates
- contents:
- extractDetectPost
- extractTransPost
- compileTransProbs
- summariseDetectProbs
- summarisePost
- calcAbundPost
- title: Internal Functions
desc: |
These functions are used internally, within other functions
- contents:
- createDABOMcapHist
- createDirichletVector
- createNodeList
- defineDabomColNms
- estMode
- setBranchNums