-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_pkgdown.yml
51 lines (49 loc) · 1.1 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
destination: docs
template:
params:
bootswatch: flatly
authors:
Eric Langowski:
href: "https://erhla.github.io/"
navbar:
components:
Example:
text: "Report Example"
href: https://cmf-uchicago.github.io/Cook%20County,%20Illinois.html
articles:
text: Articles
menu:
- text: Preprocessing
href: articles/Preprocessing.html
- text: Methods (Reference Only)
href: articles/Methods.html
- text: List of Figures
href: articles/Figures.html
- text: About
href: articles/About.html
reference:
- title: "Data Preprocessing"
desc: >
Functions to process and manipulate data
for analysis
- contents:
- reformat_data
- example_data
- title: "Regressivity Tests"
desc: >
Functions to analyze processed data for
regressivity
- contents:
- calc_iaao_stats
- regression_tests
- title: "Visualizing Results"
desc: >
Functions which produce graphs of regressivity
for analysis
contents:
- iaao_graphs
- monte_carlo_graphs
- diagnostic_plots
- binned_scatter
- pct_over_under
- make_report