predict.blb4lm: Prediction for new data after doing blb4lm

Description Usage Arguments Value

View source: R/blb4lm_user.R

Description

Prediction for new data after doing blb4lm

Usage

1
2
## S3 method for class 'blb4lm'
predict(object, new_data, confidence = FALSE, level = 0.95, ...)

Arguments

object

The output list of the function blb4lm

new_data

A data frame

confidence

Whether the output should include a confidence interval (TRUE/FALSE). Default is 'FALSE'.

level

The level of significance. Default is 0.95.

...

Additional arguments to be passed to other functions

Value

predicted value (and confidence interval) of response variable


yf-jiang/blb4RG documentation built on March 25, 2020, 1:28 a.m.