forked from filizkrdg/ridgregextra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
18 lines (18 loc) · 1.4 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: ridgregextra
Type: Package
Title: Ridge Regression Parameter Estimation
Version: 0.1.1
Authors@R: c(
person("Filiz", "Karadag", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-0116-7772")),
person("Hakan Savas", "Sazak", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-6123-1214")),
person("Olgun", "Aydin", , "[email protected]", role = c("cre"),
comment = c(ORCID = "0000-0002-7090-0931")))
Description: It is a package that provides alternative approach for finding optimum parameters of ridge regression. This package focuses on finding the ridge parameter value k which makes the variance inflation factors closest to 1, while keeping them above 1 as addressed by Michael Kutner, Christopher Nachtsheim, John Neter, William Li (2004, ISBN:978-0073108742). Moreover, the package offers end-to-end functionality to find optimum k value and presents the detailed ridge regression results. Finally it shows three sets of graphs consisting k versus variance inflation factors, regression coefficients and standard errors of them.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/filizkrdg/ridgregextra
BugReports: https://github.com/filizkrdg/ridgregextra/issues
Depends: R (>= 4.0.0), plotly (>= 4.9.0), isdals (>= 3.0.0), mctest (>= 1.3.0), stats(>= 4.0.0), graphics(>= 4.0.0)
RoxygenNote: 7.1.1