HEAD
SemiSupervisedApparentAccuracy.RdApparent estimates for brier score (MSE) and misclassification rate (OMR).
SemiSupervisedApparentAccuracy(
basis_labeled,
basis_unlabeled,
X_labeled,
X_unlabeled,
y,
beta_SSL,
beta_imp,
samp_prob,
ind_est = NULL,
resamp_weight = NULL,
threshold = 0.5
)SemiSupervisedApparentAccuracy(
basis_labeled,
basis_unlabeled,
X_labeled,
X_unlabeled,
y,
beta_SSL,
beta_imp,
samp_prob,
ind_est = NULL,
resamp_weight = NULL,
threshold = 0.5
)Basis matrix for labeled data set.
Basis matrix for unlabeled data set.
Covariate matrix for labeled data set.
Covariate matrix for unlabeled data set.
Numeric outcome vector.
Numeric vector of regression coefficients.
Numeric vector of regression coefficients for imputation.
Numeric vector of weights.
Optional numeric vector to indicate inds for refitting model.
Numeric vector of resampling weights.
Threshold for overall misclassification rate.