predict.dindexfit {isodistrreg} | R Documentation |
Predict method for distributional index model (DIM)
Description
Prediction based on distributional index model fit.
Usage
## S3 method for class 'dindexfit'
predict(
object,
data = NULL,
digits = 3,
interpolation = "linear",
asplitAvail = TRUE,
...
)
Arguments
object |
DIM fit (object of class |
data |
optional |
digits |
number of decimal places for the predictive CDF. |
interpolation |
interpolation method for univariate index Default is
|
asplitAvail |
use |
... |
further arguments passed to the index prediction function. |
Value
A list of predictions, as for predict.idrfit
.
See Also
Examples in dindexm
.
[Package isodistrreg version 0.1.0 Index]