-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
159 lines (127 loc) · 2.8 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
url: https://blorr.rsquaredacademy.com
authors:
Aravind Hebbali:
href: https://www.aravindhebbali.com
templates:
params:
bootswatch: cosmo
ganalytics: UA-57270671-33
docsearch:
api_key:
index_name: blorr
navbar:
title: "blorr"
type: inverse
left:
- text: "Home"
href: index.html
- text: "Guides"
menu:
- text: "Introduction"
href: articles/introduction.html
- text: "Reference"
menu:
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/rsquaredacademy/blorr
home:
links:
- text: Learn more
href: https://www.rsquaredacademy.com
- text: Try shiny app
href: https://www.rsquaredcomputing.com/shiny/blorr/
reference:
- title: Shiny App
contents:
- blr_launch_app
- title: Bivariate Analysis
contents:
- blr_bivariate_analysis
- blr_segment
- blr_segment_twoway
- blr_segment_dist
- blr_woe_iv
- blr_woe_iv_stats
- title: Regression
contents:
- blr_regress
- title: Model Fit Statistics
contents:
- blr_model_fit_stats
- blr_multi_model_fit_stats
- blr_test_lr
- blr_rsq_mcfadden
- blr_rsq_mcfadden_adj
- blr_rsq_cox_snell
- blr_rsq_nagelkerke
- blr_rsq_mckelvey_zavoina
- blr_rsq_effron
- blr_rsq_count
- blr_rsq_adj_count
- title: Model Validation
contents:
- blr_gains_table
- blr_ks_chart
- blr_test_hosmer_lemeshow
- blr_gini_index
- blr_lorenz_curve
- blr_confusion_matrix
- blr_pairs
- blr_roc_curve
- blr_decile_lift_chart
- blr_decile_capture_rate
- title: Variable Selection
contents:
- blr_step_aic_forward
- blr_step_p_forward
- blr_step_aic_backward
- blr_step_p_backward
- blr_step_aic_both
- blr_step_p_both
- title: Plot Data
contents:
- blr_prep_roc_data
- blr_prep_lorenz_data
- blr_prep_dcrate_data
- blr_prep_lchart_gmean
- blr_prep_lchart_data
- blr_prep_kschart_data
- title: Residual Diagnostics
contents:
- blr_plot_residual_fitted
- blr_plot_pearson_residual
- blr_plot_deviance_fitted
- blr_plot_deviance_residual
- blr_plot_leverage_fitted
- blr_plot_leverage
- blr_residual_diagnostics
- blr_plot_diag_c
- blr_plot_diag_cbar
- blr_plot_diag_difchisq
- blr_plot_diag_difdev
- blr_plot_dfbetas_panel
- blr_plot_diag_influence
- blr_plot_diag_fit
- blr_plot_diag_leverage
- blr_plot_c_fitted
- blr_plot_difchisq_fitted
- blr_plot_difdev_fitted
- blr_plot_difchisq_leverage
- blr_plot_difdev_leverage
- blr_plot_c_leverage
- blr_plot_fitted_leverage
- title: Collinearity Diagnostics
contents:
- blr_coll_diag
- title: Model Specification Error
contents:
- blr_linktest
- title: Data
contents:
- hsb2
- bank_marketing
- stepwise