Commit cf9d9f1
feat(one-sample-t-test): add Diff Conf Low/High columns to tidy model output
Add confidence interval for the difference (mean - mu) to the type="model"
output as "Diff Conf Low" and "Diff Conf High", complementing the existing
"Difference" column. Callers no longer need to subtract mu themselves.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1fffd8c commit cf9d9f1
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3619 | 3619 | | |
3620 | 3620 | | |
3621 | 3621 | | |
| 3622 | + | |
| 3623 | + | |
3622 | 3624 | | |
3623 | 3625 | | |
3624 | 3626 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| |||
0 commit comments