plot.edr: Plot results produced by function edr.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/edr.r

Description

Illustrate the fitted model within the estimated one or two-dimensional effective dimension reduction (EDR) space.

Usage

1
2
## S3 method for class 'edr'
plot(x, m = 1, ylab = "Y", title = "", sm = TRUE, ...)

Arguments

x

Object of class "edr".

m

Dimension of the effective dimension reduction (EDR) space. m=1 corresponds to single index models, m>1 specifies a multiindex model. Values of m>2 are currently not allowed.

ylab

Label for the response variable.

title

Optional title.

sm

If sm==TRUE nonparametric regression is performed within the m-dimensional EDR using function sm.regression from package sm. If sm==FALSE oversmoothed fitted values calculated within function edr are used for visualisation.

...

Additional parameters will be passed to plot in case of m=1 and to image if m=2.

Value

Returns invisible{NULL}.

Author(s)

Joerg Polzehl, polzehl@wias-berlin.de

References

M. Hristache, A. Juditsky, J. Polzehl and V. Spokoiny (2001). Structure adaptive approach for dimension reduction, The Annals of Statistics. Vol.29, pp. 1537-1566. \ J. Polzehl, S. Sperlich (2009). A note on structural adaptive dimension reduction, J. Stat. Comput. Simul.. Vol. 79 (6), pp. 805–818. \

See Also

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

Examples

1
2
3
require(EDR)
## Not run: demo(edr_ex1)
## Not run: demo(edr_ex2)

Example output

Loading required package: sm
Package 'sm', version 2.2-5.4: type help(sm) for summary information

EDR documentation built on March 26, 2020, 8:42 p.m.

Related to plot.edr in EDR...