predict.slim {slim}R Documentation

Model Predictions from Singular Linear Model

Description

Model Predictions from Singular Linear Model

Usage

## 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.


[Package slim version 0.1.1 Index]