estimate.predictiveness_measure {vimp} | R Documentation |
Obtain a Point Estimate and Efficient Influence Function Estimate for a Given Predictiveness Measure
Description
Obtain a Point Estimate and Efficient Influence Function Estimate for a Given Predictiveness Measure
Usage
## S3 method for class 'predictiveness_measure'
estimate(x, ...)
Arguments
x |
an object of class |
... |
other arguments to type-specific predictiveness measures (currently unused) |
Value
A list with the point estimate, naive point estimate (for ANOVA only), estimated EIF, and the predictions for coarsened data EIF (for coarsened data settings only)
[Package vimp version 2.3.3 Index]