HEAD
SupervisedApparentAccuracy.RdApparent estimates for brier score (MSE) and misclassification rate (OMR).
SupervisedApparentAccuracy(
X_labeled,
y,
beta_SL,
samp_prob,
resamp_weight = NULL,
threshold = 0.5
)SupervisedApparentAccuracy(
X_labeled,
y,
beta_SL,
samp_prob,
resamp_weight = NULL,
threshold = 0.5
)Covariate matrix for labeled data set.
Numeric outcome vector.
Numeric vector of regression coefficients.
Numeric vector of weights.
Numeric vector of resampling weights.
Threshold for overall misclassification rate.