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
Would be cool to add a case study that introduces to family wise error rates and how to handle them via pf.bonferroni(), pf.rwolf() or simultaneous confidence bands.
This could be done by simulating a dgp with multiple dependent variables under true nulls (i.e. no treatment effect) and by counting false positives under standard inference, Bonferroni & Romano-Wolf corrections.
In a second step, we could then introduce the concept of "uniformely more powerful" tests by comparing the power of the Bonferroni vs RW method of detecting a true effect.
The text was updated successfully, but these errors were encountered:
Would be cool to add a case study that introduces to family wise error rates and how to handle them via
pf.bonferroni()
,pf.rwolf()
or simultaneous confidence bands.This could be done by simulating a dgp with multiple dependent variables under true nulls (i.e. no treatment effect) and by counting false positives under standard inference, Bonferroni & Romano-Wolf corrections.
In a second step, we could then introduce the concept of "uniformely more powerful" tests by comparing the power of the Bonferroni vs RW method of detecting a true effect.
The text was updated successfully, but these errors were encountered: