edr.R {EDR}R Documentation

Eigenvectors of the effective dimension reduction (EDR) space

Description

Computes the eigenvectors of the effective dimension reduction (EDR) space obtained by function edr.

Usage

edr.R(B, m)

Arguments

B Either an object of class edr created by edr or the list component bhat of such an object.
m Dimension of the effective dimension reduction (EDR) space. m=1 corresponds to single index models, m>1 specifies a multiindex model.

Value

Matrix of dimension c(m,d) containing the m eigenvectors as rows.

Author(s)

Joerg Polzehl, polzehl@wias-berlin.de

References

J. Polzehl, S. Sperlich, V. Spokoiny (2006). Estimating Generalized Principle Components Manuscript in preparation.

See Also

edr, edr.R, print.edr, summary.edr

Examples

require(EDR)
## Not run: demo(edr_ex1)
## Not run: demo(edr_ex2)

[Package EDR version 0.6-2.2 Index]