predict.blm: The predicted response of a blm object

Description Usage Arguments Value

Description

This function calculates the predicted response of a blm object

Usage

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

Arguments

object

the blm object

newdata

the new data to predict response for, if not provided the response is predicted for the data used to fit the model

...

any extra parameters

Value

the predicted responses


RandiIP/blm documentation built on May 9, 2019, 9:21 a.m.