-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yaml
66 lines (66 loc) · 2.06 KB
/
_pkgdown.yaml
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
title: rstansim
url: http://ewan-keith.github.io/rstansim
template:
params:
bootswatch: flatly
reference:
- title: Simulate Data
desc: ~
contents:
- '`simulate_data`'
- title: Fit Models
desc: ~
contents:
- '`fit_models`'
- '`refit`'
- title: Manage Results
desc: ~
contents:
- '`collect_simulations`'
- '`extract_data`'
- '`extract_data.stansim_collection`'
- '`extract_data.stansim_simulation`'
- '`extract_refitted`'
- '`extract_refitted.stansim_collection`'
- '`extract_refitted.stansim_simulation`'
- '`extract_time_elapsed`'
- '`extract_time_elapsed.stansim_collection`'
- '`extract_time_elapsed.stansim_simulation`'
- '`rename`'
- '`rename.stansim_collection`'
- '`rename.stansim_simulation`'
- title: S3 Objects and Methods
desc: ~
contents:
- '`stansim_collection`'
- '`print.stansim_collection`'
- '`stansim_data`'
- '`print.stansim_data`'
- '`stansim_simulation`'
- '`print.stansim_simulation`'
navbar:
left:
- icon: fa-home
href: index.html
- text: "How to"
menu:
- text: Example Study with rstansim
href: https://ewan-keith.github.io/rstansim/articles/using-rstansim.html
- text: Simulating data
href: https://ewan-keith.github.io/rstansim/articles/simulating_data.html
- text: Model fitting and capture of relevant data
href: https://ewan-keith.github.io/rstansim/articles/model-fitting.html
- text: Managing simulation results
href: https://ewan-keith.github.io/rstansim/articles/managing-results.html
- text: A note on reproducability
href: https://ewan-keith.github.io/rstansim/articles/reproducability.html
right:
- icon: fa-newspaper-o
text: "news"
href: news/index.html
- icon: fa-file-code-o
text: "functions"
href: reference/index.html
- icon: fa-github fa-lg
text: "github"
href: https://github.com/Ewan-Keith/rstansim