Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get.smart.prediction

Retrieves “.smart.prediction”


Description

Retrieves .smart.prediction from smartpredenv.

Usage

get.smart.prediction()

Details

A smart modelling function such as lm allows smart functions such as sm.bs to write to a data structure called .smart.prediction in smartpredenv. At the end of fitting, get.smart.prediction retrieves this data structure. It is then attached to the object, and used for prediction later.

Value

Returns with the list .smart.prediction from smartpredenv.

See Also

Examples

## Not run: 
fit$smart <- get.smart.prediction()  # Put at the end of lm()

## End(Not run)

VGAM

Vector Generalized Linear and Additive Models

v1.1-5
GPL-3
Authors
Thomas Yee [aut, cre], Cleve Moler [ctb] (author of several LINPACK routines)
Initial release
2021-01-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.