analysis(matlab): rate + count outputs, variation batch 2

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Experiments DB Dev
2026-07-24 02:32:52 -04:00
parent 0a438a4649
commit 6ba21a1a35
72 changed files with 1874 additions and 896 deletions
@@ -1,11 +1,11 @@
==============================================================================
POWER SIMULATION -- matched_current_d0_3
POWER SIMULATION -- matched_current_d0_3 [metric: # successes (count)]
==============================================================================
model: behavior ~ stim + day + stim:day + (1|rat) (success COUNT; day within-window)
model: behavior ~ stim + day + stim:day + (1|rat) (behavior = # successes (count); day within-window)
observed groups: stim n=3, control n=3 nrep=120, alpha=0.05
ground truth: stim:day=+10.20/day, rat SD=2.92, residual SD=8.54, days=4
ground truth: stim:day=+10.2/day, rat SD=2.916, residual SD=8.54, days=4
true stim:day interaction = +10.20 (100% of observed)
true stim:day interaction = +10.2 (100% of observed)
N/group | per-animal power | LME power
------------------------------------------
3 | 0.55 | 0.91 <- observed
@@ -15,7 +15,7 @@ ground truth: stim:day=+10.20/day, rat SD=2.92, residual SD=8.54, days=4
16 | 1.00 | 1.00
24 | 1.00 | 1.00
true stim:day interaction = +5.10 (50% of observed)
true stim:day interaction = +5.1 (50% of observed)
N/group | per-animal power | LME power
------------------------------------------
3 | 0.11 | 0.33 <- observed
@@ -25,5 +25,4 @@ ground truth: stim:day=+10.20/day, rat SD=2.92, residual SD=8.54, days=4
16 | 0.97 | 0.97
24 | 1.00 | 1.00
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.
Read the per-animal column as the honest power; LME is optimistic (obs-level DF).