predict.snif: Predict Using The Best SNIF Fit

Description Usage Arguments Details

View source: R/snif.R

Description

predict method for class "snif"

Usage

1
2
## S3 method for class 'snif'
predict(object, newdata, ...)

Arguments

object

An object of type "snif"

newdata

An optional data frame in which to look for variables with which to predict. If omitted, the original values are used.

...

Additional arguments to predict.lm or predict.glm, depending on the type of model fit

Details

predict.snif extracts the best scoring model from object and returns the predictions from predict.lm.


umich-cphds/snif documentation built on Nov. 5, 2019, 11:05 a.m.