plot.sdr: plot method for sdr objects

Description Usage Arguments Value

View source: R/sdrtools.R

Description

plot method for sdr objects

Usage

1
2
## S3 method for class 'sdr'
plot(fit, type = c("facet", "splom", "fitted"), wch = NULL, smooth = F)

Arguments

fit

model fit

type

one of "facet", "splom", or "fitted". facet plots each sufficient predictor's relationship with the response. splom plots the same as facet but also the inter-relationships of the sufficient predictors as a scatterplot matrix. fitted plots the relationship between the fitted values of y and the observed values.

smooth

should a smooth line be fit to the plots? Defaults to FALSE.

for

"facet" and "splom", select which sufficient predictors to plot. If left as NULL, all are plotted.

Value

a plot


abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.