Calculated as the absolute difference between the overall centroid and a class-wise shrunken centroid (which is the same for both classes except sign).
importance_pamr(object, threshold, thres_fun = max, ...)
Fitted pamr classifier
Threshold to use for classification. This argument is only needed if you want to override the value set during model fitting.
Threshold selection function. Only needed if you want to override the function set during model fitting.
Sent to pamr.predict
.
A data frame of feature importance scores.
In case multiple thresholds give the same error the largest one is chosen (i.e. the one keeping the fewest features).