View source: R/predict.distfreereg.R
predict.distfreereg | R Documentation |
distfreereg
Objects
This is a predict
method for objects of class distfreereg
.
## S3 method for class 'distfreereg'
predict(object, ..., newdata)
object |
Object of class |
... |
Additional parameters affecting the predictions produced. Currently ignored. |
newdata |
Optional matrix or data frame of new covariate values. If missing, the fitted values are returned. |
When object$test_mean
is of class "lm
" or "nls
", object$test_mean
is sent to predict
for method dispatch. When object$test_mean
is of class "formula
", object$model
is sent to predict
.
Numeric vector of predicted values.
Jesse Miller
distfreereg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.