-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
63 lines (60 loc) · 1.53 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
template:
bootswatch: flatly
params:
docsearch:
api_key: f0ad25edfd6fa5501f3057affbad5212
index_name: maars
url: https://shamindras.github.io/maars
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Reproducing Buja et. al. Tables
href: articles/se-la-county-data.html
- text: Hubbard et. al simulation
href: articles/hubbard-gee-simulation.html
- text: News
menu:
- text: "Changelog"
href: news/index.html
reference:
- title: Statistical Utilities
desc: >
Utilities for doing **statistical estimation and inference** under model misspecification
contents:
- starts_with("comp_", internal = FALSE)
- starts_with("fit_", internal = FALSE)
- get_assumptions
- get_confint
- get_summary
- title: Diagnostic Utilities
desc: >
Utilities for performing **model fit diagnostics** under model misspecification
contents:
- starts_with("diag_", internal = FALSE)
- get_plot
- title: Print, summarize, and plot data
desc: >
**Print, summarize, and plot** `maars` objects
contents:
- print.maars_lm
- summary.maars_lm
- print.summary.maars_lm
- plot.maars_lm
- confint.maars_lm
- title: Other utilities
desc: >
Other utilities
contents:
- as.maars
- title: Datasets
desc: >
**Datasets** included in the `maars` package
contents:
- la_county
- boston_housing