You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix EPV denominator: use predictor count excluding intercept (Peduzzi convention)
Peduzzi et al. (1996) define EPV using independent predictor variables,
not including the intercept. Change denominator from k_solve (which
includes the intercept column) to n_predictors = k_solve - 1.
Also fix TripleDifference fallback warning to use correct API keyword
estimation_method (not est_method).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments