Learn R Programming

slim (version 0.1.1)

predict.slim: Model Predictions from Singular Linear Model

Description

Model Predictions from Singular Linear Model

Usage

# S3 method for slim
predict(object, newdata, ...)

Arguments

object
an object of class 'slim', usually, a result of a call to 'slim'.
newdata
An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used.
...
arguments passed to or from other methods.

Value

a vector of model predictions.