NEWS.md
SqueezeVar_comparison comparing variance moderation across limma::squeezeVar(), msqrob2, and prolfqua::squeezeVarRob(). It shows msqrob2 delegates to limma, and that prolfqua::squeezeVarRob() is limma’s classic fitFDist plus a min_df filter — explaining why old MSqRob forked it (classic limma collapses to df.prior = Inf on fractional/low-df features). It documents that prolfqua reaches this regime through its rlm / rfit, lmer_nested, and imputation facades (fractional / low residual df; firth is not a consumer), and includes a benchmark (synthetic + real IonStar spike-in data) showing the former fork and modern limma::squeezeVar() give near-identical results — the evidence behind prolfqua migrating its moderation to limma::squeezeVar().NEWS.md. For changes before this version, see the git history.