For linar models, the accuracy is the correlation coefficient
between the actual and the predicted value of the outcome. For
logistic regression models, the accuracy corresponds to the
AUC-value, calculated with the auc
-function.
The accuracy is the mean value of multiple correlation resp.
AUC-values, which are either computed with crossvalidation
or nonparametric bootstrapping (see argument method
).
The standard error is the standard deviation of the computed
correlation resp. AUC-values.