-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.15 KB
/
DESCRIPTION
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
Package: genridge
Type: Package
Title: Generalized Ridge Trace Plots for Ridge Regression
Version: 0.8.0
Date: 2024-11-30
Authors@R: c(person("Michael", "Friendly", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3237-0941"))
)
Maintainer: Michael Friendly <[email protected]>
Depends: R (>= 3.5.0), car
Imports:
rgl,
colorspace,
splines
Suggests:
MASS,
bestglm,
vcdExtra
Description: The genridge package introduces generalizations of the standard univariate
ridge trace plot used in ridge regression and related methods. These graphical methods
show both bias (actually, shrinkage) and precision, by plotting the covariance ellipsoids of the estimated
coefficients, rather than just the estimates themselves. 2D and 3D plotting methods are provided,
both in the space of the predictor variables and in the transformed space of the PCA/SVD of the
predictors.
License: GPL (>= 2)
LazyLoad: yes
LazyData: yes
Language: en-US
BugReports: https://github.com/friendly/genridge/issues
URL: https://github.com/friendly/genridge, https://friendly.github.io/genridge/
RoxygenNote: 7.3.2
Encoding: UTF-8