print.MDM | R Documentation |
MDM
Object.The function prints selected outcomes obtained from MDM.selection
.
## S3 method for class 'MDM'
print(x, ...)
x |
an object of |
... |
not used |
The function prints models with outstanding predictive ability, their mean loss function, statistics corresponding to their loss differentials (they are the number of the models less one), and orders these statistics. It also prints the p-value of the test and the number of eliminated models. If no models with outstanding predictive ability were found, the funtions prints such an information.
data(MDMforecasts)
ts <- MDMforecasts$ts
forecasts <- MDMforecasts$forecasts
m <- MDM.selection(realized=ts,evaluated=forecasts,q=10,alpha=0.1,statistic="S",loss.type="AE")
print(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.