predict.spotLinearModel: Prediction method for linear model

View source: R/buildLM.R

predict.spotLinearModelR Documentation

Prediction method for linear model

Description

Wrapper for predict.lm.

Usage

## S3 method for class 'spotLinearModel'
predict(object, newdata, ...)

Arguments

object

fit of the model, an object of class "spotLinearModel", produced by buildLM.

newdata

matrix of new data.

...

not used


SPOT documentation built on June 26, 2022, 1:06 a.m.