-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path_pkgdown.yml
83 lines (83 loc) · 1.91 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
url: https://stocnet.github.io/rsiena/
development:
mode: auto
template:
params:
bootswatch: cosmo
output:
rmarkdown::html_vignette:
fig_caption: yes
navbar:
structure:
left:
- home
- intro
- articles
- reference
- tutorials
- news
right:
- icon: fa-home fa-lg
href: http://www.stats.ox.ac.uk/~snijders/siena/
- icon: fa-github
href: https://github.com/stocnet/rsiena
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: In the package
href: reference/index.html
news:
text: News
href: news/index.html
github:
icon: fa-github
href: https://github.com/stocnet/rsiena
articles:
- title: Scripts
desc: ~
contents:
- '`basicRSiena`'
reference:
- title: "Data"
desc: "Data objects that are included in rsiena:"
contents:
- starts_with("s50")
- ends_with("3401")
- starts_with("tmp")
- title: "Construction"
desc: "Construction functions included in rsiena:"
contents:
- starts_with("co")
- starts_with("var")
- ends_with("Create")
- starts_with("sienaNode")
- starts_with("sienaData")
- starts_with("sienaDependent")
- starts_with("sienaComposition")
- title: "Specification"
desc: "Specification functions included in rsiena:"
contents:
- ends_with("Effects")
- ends_with("Effect")
- starts_with("include")
- starts_with("effects")
- title: "Estimation"
desc: "Estimation functions included in rsiena:"
contents:
- starts_with("siena0")
- updateTheta
- simstats0c
- maxlikefn
- title: "Tests"
desc: "Test functions included in rsiena:"
contents:
- ends_with("Test")
- Wald
- starts_with("sienaGOF")
- title: "Print"
desc: "Print functions included in rsiena:"
contents:
- starts_with("print")
- xtable