-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path_pkgdown.yml
213 lines (176 loc) · 4.54 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
url: https://olsrr.rsquaredacademy.com
template:
bootstrap: 5
authors:
Aravind Hebbali:
href: https://www.aravindhebbali.com
templates:
params:
bootswatch: cerulean
navbar:
title: 'olsrr'
type: inverse
left:
- text: 'Home'
href: index.html
- text: 'Guides'
menu:
- text: 'Intro'
href: articles/intro.html
- text: 'Residual Diagnostics'
href: articles/residual_diagnostics.html
- text: 'Measures of Influence'
href: articles/influence_measures.html
- text: 'Heteroskedasticity'
href: articles/heteroskedasticity.html
- text: 'Collinearity Diagnostics'
href: articles/regression_diagnostics.html
- text: 'Variable Selection'
href: articles/variable_selection.html
- text: 'Reference'
menu:
- text: 'Functions'
href: reference/index.html
- text: 'Media'
href: articles/reference-media.html
- text: 'News'
href: news/index.html
right:
- icon: fa-github
href: https://github.com/rsquaredacademy/olsrr
home:
links:
- text: Our R packages
href: https://pkgs.rsquaredacademy.com
- text: Read our blog
href: https://blog.rsquaredacademy.com
- text: Our ebooks
href: https://ebooks.rsquaredacademy.com
- text: Online courses
href: https://www.rsquaredacademy.com
reference:
- title: Shiny App
contents:
- ols_launch_app
- title: Regression
contents:
- ols_regress
- title: All Possible Regression
contents:
- ols_step_all_possible
- ols_step_all_possible_betas
- title: Best Subset Regression
contents:
- ols_step_best_subset
- title: Forward Selection
contents:
- ols_step_forward_aic
- ols_step_forward_sbc
- ols_step_forward_sbic
- ols_step_forward_r2
- ols_step_forward_adj_r2
- ols_step_forward_p
- title: Backward Selection
contents:
- ols_step_backward_aic
- ols_step_backward_sbc
- ols_step_backward_sbic
- ols_step_backward_r2
- ols_step_backward_adj_r2
- ols_step_backward_p
- title: Both Direction Selection
contents:
- ols_step_both_aic
- ols_step_both_sbc
- ols_step_both_sbic
- ols_step_both_r2
- ols_step_both_adj_r2
- ols_step_both_p
- title: Residual Diagnostics
contents:
- ols_plot_resid_box
- ols_plot_resid_fit
- ols_plot_resid_hist
- ols_plot_resid_qq
- ols_test_correlation
- ols_test_normality
- title: Heteroskedasticity
contents:
- ols_test_bartlett
- ols_test_breusch_pagan
- ols_test_score
- ols_test_f
- title: Collinearity Diagnostics
contents:
- ols_coll_diag
- ols_vif_tol
- ols_eigen_cindex
- title: Measures of Influence
contents:
- ols_plot_cooksd_bar
- ols_plot_cooksd_chart
- ols_plot_dfbetas
- ols_plot_dffits
- ols_plot_resid_stud
- ols_plot_resid_stand
- ols_plot_resid_lev
- ols_plot_resid_stud_fit
- ols_plot_hadi
- ols_plot_resid_pot
- ols_leverage
- ols_hadi
- ols_press
- ols_pred_rsq
- ols_test_outlier
- title: Information Criteria
contents:
- ols_aic
- ols_sbc
- ols_sbic
- ols_mallows_cp
- ols_msep
- ols_fpe
- ols_apc
- ols_hsp
- title: Model Fit Assessment
contents:
- ols_plot_resid_fit_spread
- ols_plot_fm
- ols_plot_resid_spread
- ols_correlations
- ols_plot_obs_fit
- ols_pure_error_anova
- ols_plot_diagnostics
- title: Plot Data
contents:
- ols_prep_avplot_data
- ols_prep_regress_x
- ols_prep_regress_y
- ols_prep_cdplot_data
- ols_prep_outlier_obs
- ols_prep_cdplot_outliers
- ols_prep_dfbeta_data
- ols_prep_dfbeta_outliers
- ols_prep_dsrvf_data
- ols_prep_rfsplot_fmdata
- ols_prep_rvsrplot_data
- ols_prep_rstudlev_data
- ols_prep_srplot_data
- ols_prep_srchart_data
- title: Variable Contribution
contents:
- ols_plot_resid_regressor
- ols_plot_added_variable
- ols_plot_comp_plus_resid
- rvsr_plot_shiny
- title: Miscellaneous
contents:
- ols_plot_response
- ols_plot_reg_line
- title: Data
desc: >
olsrr comes with a built-in datasets which are used to
illustrate the functions as well as for running tests.
contents:
- surgical
- stepdata