predict.roblm: Predict method for roblm models

Description Usage Arguments Value

View source: R/robustregression.R

Description

Predict method for roblm models

Usage

1
2
## S3 method for class 'roblm'
predict(fit, newdata = NULL)

Arguments

fit

the model fit

newdata

a data frame containing the new data. can be left NULL, in which case the fitted observations are returned.

Value

a vector of predictions


abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.