.detect_separation {riskdiff} | R Documentation |
Detect Complete or Quasi-Separation
Description
Detects complete or quasi-separation in logistic-type models, which can cause boundary issues in parameter estimation.
Usage
.detect_separation(model, data, verbose = FALSE)
Arguments
model |
A fitted GLM object |
data |
The data used to fit the model |
verbose |
Logical for diagnostic output |
Value
Logical indicating if separation was detected
[Package riskdiff version 0.2.1 Index]