-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
38 lines (37 loc) · 902 Bytes
/
_pkgdown.yml
File metadata and controls
38 lines (37 loc) · 902 Bytes
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
destination: docs
template:
params:
docsearch:
api_key:
index_name: bsem
bootswatch: cosmo
url: https://rvpanaro.github.io/bsem/
authors:
Panaro RV:
href: https://rvpanaro.github.io/
Mayrink VD:
href: http://www.est.ufmg.br/~vdinizm/
Costa MA:
href: http://somos.ufmg.br/professor/marcelo-azevedo-costa
development:
mode: auto
reference:
- title: "Details"
- contents:
- starts_with("bsem")
- title: "Fitter function"
desc: "Function for fitting a bayesian SEM model using rstan."
- contents:
- starts_with("sem")
- title: "Plotting functions"
desc: "Function to plot diagrams and matrices"
- contents:
- starts_with("plot")
- ends_with("plot")
- title: "Example, printing and summary functions"
desc: "Function to print bsem objects"
- contents:
- starts_with("print")
- starts_with("summary")
- starts_with("run")
- starts_with("sim")