predict.slim: Model Predictions from Singular Linear Model

Description Usage Arguments Value

View source: R/methods.R

Description

Model Predictions from Singular Linear Model

Usage

1
2
## S3 method for class '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.


slim documentation built on May 2, 2019, 7:04 a.m.