analysis(matlab): add per-variation power simulation (powersim.m + power_result.txt)

Add variation_power.m (self-contained Monte-Carlo power for the paper's
stim x day interaction, using each folder's own data as ground truth; scores
per-animal cluster-honest power + LME power across N=[3..24] and effect
multipliers 1/0.5) and make_variation_power.m, which drops powersim.m into
every variations/<name>/ folder and runs it, writing power_result.txt beside
the existing data.csv/analyze.m/result.txt. Named powersim (not power) to
avoid shadowing the MATLAB builtin. All 28 folders processed.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Experiments DB Dev
2026-07-23 13:57:25 -04:00
parent e1af1af7f4
commit bb5e2d88c0
58 changed files with 4234 additions and 0 deletions
@@ -0,0 +1,29 @@
==============================================================================
POWER SIMULATION -- prev_f_full
==============================================================================
model: behavior ~ stim + day + stim:day + (1|rat) (success COUNT; day within-window)
observed groups: stim n=12, control n=12 nrep=120, alpha=0.05
ground truth: stim:day=+0.56/day, rat SD=4.32, residual SD=4.49, days=10
true stim:day interaction = +0.56 (100% of observed)
N/group | per-animal power | LME power
------------------------------------------
3 | 0.13 | 0.27
5 | 0.30 | 0.41
8 | 0.53 | 0.59
12 | 0.76 | 0.79 <- observed
16 | 0.91 | 0.93
24 | 0.98 | 0.98
true stim:day interaction = +0.28 (50% of observed)
N/group | per-animal power | LME power
------------------------------------------
3 | 0.04 | 0.07
5 | 0.12 | 0.14
8 | 0.17 | 0.23
12 | 0.33 | 0.35 <- observed
16 | 0.33 | 0.37
24 | 0.45 | 0.47
Read the per-animal column as the honest power. At the observed N this study
is typically underpowered; per-animal power reaches ~0.8 only at larger N.