predict.dindexfit | R Documentation |
Prediction based on distributional index model fit.
## S3 method for class 'dindexfit'
predict(
object,
data = NULL,
digits = 3,
interpolation = "linear",
asplitAvail = TRUE,
...
)
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. |
A list of predictions, as for predict.idrfit
.
Examples in dindexm
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.