edr.R {EDR} | R Documentation |
Computes the eigenvectors of the effective dimension
reduction (EDR) space obtained by function edr
.
edr.R(B, m)
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. |
Matrix of dimension c(m,d)
containing the m
eigenvectors as rows.
Joerg Polzehl, polzehl@wias-berlin.de
edr
, edr.R
, print.edr
, summary.edr
require(EDR) ## Not run: demo(edr_ex1) ## Not run: demo(edr_ex2)