predict.blr: Make predictions using the Basis Linear Model

Description Usage Arguments Value Author(s)

Description

S3 method for class blr, that makes predictions for newdata using the Basis Linear Model. This funciton is similar to lm, however currently it does not provide the formula functionality.

Usage

1
2
## S3 method for class 'blr'
predict(object, newdata = NULL, ...)

Arguments

object

Object of class blr.

newdata

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

...

Optional additional parameters.

Value

predict.blr produces a vector of predictions.

Author(s)

C.A.Kapourani C.A.Kapourani@ed.ac.uk


andreaskapou/BPRMeth-devel documentation built on May 12, 2019, 3:32 a.m.