misclassification_analysis: Calculate misclassification probabilities (in progress)
Description
This function runs the misclassification functions
Usage
misclassification_analysis(
df = NULL,
model = NULL,
entity = "entity",
y = "y",
ctrPerf = controlPerf(),
ctrRel = controlRel()
)
Value
Estimated misclassification probabilities
Arguments
- df
observation-level data; if null, will use the dataframe from the model object
- model
model; if null, will use an unadjusted model
- entity
data column containing the accountable entity identifier
- y
data column containing the outcome variable
- ctrPerf
parameters to control performance measure calculation
- ctrRel
parameters to control reliability estimation
Author
Kenneth Nieser (nieser@stanford.edu)