predict.icmr: Predict method for Inductive Confidence Machine for...

Description Usage Arguments Details Author(s)

View source: R/icmr.R

Description

Predict method for Inductive Confidence Machine for Regression

Usage

1
2
## S3 method for class 'icmr'
predict(object, x, alpha = NULL, conformal = T, ...)

Arguments

object

an icmr object

x

a numeric vector or matrix with the same variables used to create the icmr object

alpha

level of error tolerance or confidence for predictive intervals computed when conformal = T. Note confidence = 1 - alpha, with alpha assuming a value between 0.01 and 0.5. Default value is obtained from the icmr object.

conformal

a logical stating if confidence interval should be computed using conformal prediction framework. See Details.

...

...

Details

...

Author(s)

David Senhora Navega


dsnavega/icmr documentation built on Oct. 25, 2021, 4:14 p.m.