Extends checkModel() with additional soft checks that flag potential
numerical issues before computationally expensive diagnostics are executed.
The helper mirrors the warnings used throughout the package and retains the
original return semantics for backward compatibility.
Arguments
- model
Fitted model supplied to subsequent diagnostics.
- data
Optional
data.frameused when fittingmodel. When provided it enables multicollinearity checks viaperformVIFDiagnostic().
Details
The function warns when residual degrees of freedom fall below six, when a near-perfect fit is detected (R\(^2 > 0.999\)), or when variance inflation factors (VIFs) exceed 10. The latter threshold follows the regression diagnostics literature (Belsley et al., 1980).