-
Notifications
You must be signed in to change notification settings - Fork 47
/
_pkgdown.yml
79 lines (77 loc) · 2.23 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
template:
params:
ganalytics: UA-119053376-1
development:
mode: auto
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: News
href: news/index.html
- text: Articles
menu:
- text: ExPanD
- text: Using ExPanD for Panel Data Exploration
href: articles/use_ExPanD.html
- text: Customize ExPanD
href: articles/customize_ExPanD.html
- text: Using the ExPanD Notebook function
href: articles/ExPanD_notebook.html
- text: -------
- text: "'ExPanDaR' functions"
- text: Using the functions of the 'ExPanDaR' package
href: articles/ExPanDaR-functions.html
right:
- text: Code repository
icon: fa-github
href: https://www.github.com/joachim-gassen/ExPanDaR
articles:
- title: ExPanD
desc: These vignettes describe how to use and customize the ExPanD app
contents:
- use_ExPanD
- customize_ExPanD
- ExPanD_notebook
- title: "'ExPanDaR' Functions"
desc: A vignette that features the underlying functions included in the 'ExPanDaR' package
contents:
- ExPanDaR-functions
reference:
- title: ExPanD app
desc: Shiny-based app for interactive exploratory data analysis
contents:
- ExPanD
- title: Workflow functions
desc: Functions, mostly also used by ExPanD, that facilitate a typical exploratory data analysis workflow
contents:
- prepare_missing_values_graph
- treat_outliers
- prepare_descriptive_table
- prepare_ext_obs_table
- prepare_by_group_bar_graph
- prepare_by_group_trend_graph
- prepare_by_group_violin_graph
- prepare_trend_graph
- prepare_quantile_trend_graph
- prepare_correlation_table
- prepare_correlation_graph
- prepare_scatter_plot
- prepare_regression_table
- title: Data
desc: Data set used to showcase the functionality of ExPanD.
'russell_3000' is a set of financial accounting and stock return data
for a sample of U.S. firms that are members of the Russell 3000 index.
'worldbank' is a country year panel of macro-economic data provided
by the World Bank API.
contents:
- russell_3000
- russell_3000_data_def
- ExPanD_config_russell_3000
- worldbank
- worldbank_data_def
- worldbank_var_def
- ExPanD_config_worldbank