Compute nonparametric estimate of classification accuracy.
fitted values from a regression function using the observed data (may be within a specified fold, for cross-fitted estimates).
the observed outcome (may be within a specified fold, for cross-fitted estimates).
the observed outcome (not used, defaults to NULL
).
the indicator of coarsening (1 denotes observed, 0 denotes unobserved).
either NULL
(if no coarsening) or a matrix-like object
containing the fully observed data.
weights for inverse probability of coarsening (IPC) (e.g., inverse weights from a two-phase sample) weighted estimation. Assumed to be already inverted. (i.e., ipc_weights = 1 / [estimated probability weights]).
if "external", then use ipc_eif_preds
; if "SL",
fit a SuperLearner to determine the IPC correction to the efficient
influence function.
if ipc_fit_type = "external"
, the fitted values
from a regression of the full-data EIF on the fully observed
covariates/outcome; otherwise, not used.
IPC correction, either "ipw"
(for classical
inverse probability weighting) or "aipw"
(for augmented inverse
probability weighting; the default).
if doing an IPC correction, then the scale that the correction should be computed on (e.g., "identity"; or "logit" to logit-transform, apply the correction, and back-transform).
logical; should NA
s be removed in computation?
(defaults to FALSE
)
not used; for compatibility with measure_average_value
.
not used; for compatibility with measure_average_value
.
other arguments to SuperLearner, if ipc_fit_type = "SL"
.
A named list of: (1) the estimated classification accuracy of the fitted regression function; (2) the estimated influence function; and (3) the IPC EIF predictions.