plot.fk_ppr {FKSUM}R Documentation

Plot method for class fk_ppr

Description

Plot method for projection pursuit regression model fit with function fk_ppr()

Usage

## S3 method for class 'fk_ppr'
plot(x, term = NULL, ...)

Arguments

x

an object of class fk_ppr, output from the function of the same name.

term

(optional) the term in the additive regression model to be visualised. If omitted then the residuals and fitted values for the full model are shown.

...

(optional) further arguments passed to or from other methods.


[Package FKSUM version 1.0.1 Index]