Skip to content

Commit 8ca80e0

Browse files
authored
Merge pull request #292 from igerber/survey-aware-power
feat: survey-aware power analysis (SurveyPowerConfig + deff)
2 parents 6e43050 + 87661d7 commit 8ca80e0

4 files changed

Lines changed: 1166 additions & 32 deletions

File tree

diff_diff/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
SimulationMDEResults,
6464
SimulationPowerResults,
6565
SimulationSampleSizeResults,
66+
SurveyPowerConfig,
6667
compute_mde,
6768
compute_power,
6869
compute_sample_size,
@@ -368,6 +369,7 @@
368369
"SimulationMDEResults",
369370
"SimulationPowerResults",
370371
"SimulationSampleSizeResults",
372+
"SurveyPowerConfig",
371373
"compute_mde",
372374
"compute_power",
373375
"compute_sample_size",

0 commit comments

Comments
 (0)