ridgeRDA: Ridge redundancy analysis

Description Usage Arguments Value

Description

Redundancy analysis with a ridge penalty.

Usage

1
2
3
4
5
6
7
  ridgeRDA(lambda, Y, X, form, trans = "hellinger", ...)

  ## S3 method for class 'ridgeRDA'
 predict(object, ...)

  ## S3 method for class 'ridgeRDA'
 print(x, ...)

Arguments

lambda

regularization parameter

Y

Response matrix

X

Design matrix.

form

Optional one-sided formula for specifying Design matrix

trans

Transformation of the response matrix

...

More parameters

object

ridgeRDA object

x

ridgeRDA object

Value

List with components:

Y

Transformed response matrix

X

Model matrix

beta

Estimated coefficients


pr2 documentation built on May 2, 2019, 6:12 p.m.