## Housekeeping - [ ] Use [snippets](https://svelte-5-preview.vercel.app/docs/snippets) instead of slots (they are deprecated) - [ ] Replace all props with `let { ...everythingElse } = $props()`; ## Enhancements - [ ] Add `Noncentrality parameter (δ/λ)` in the UI - [ ] Add `Critical t/F/χ²` in the UI - [ ] `Denominator df` in Output (for ANOVA non-repeated/ANCOVA) - [ ] `Numerator df` in Output (for ANOVA repeated measures/Linear regression) - [ ] Add UI differences, e.g. `Allocation Ratio (N2/N1)` in `independentSamplesTTest` - [ ] Expose different responses based on tests, e.g. `Sample size group {1,2}` in `independentSamplesTTest` ## Nice to Have - [ ] Vite caching - [ ] Vite PWA
Housekeeping
let { ...everythingElse } = $props();Enhancements
Noncentrality parameter (δ/λ)in the UICritical t/F/χ²in the UIDenominator dfin Output (for ANOVA non-repeated/ANCOVA)Numerator dfin Output (for ANOVA repeated measures/Linear regression)Allocation Ratio (N2/N1)inindependentSamplesTTestSample size group {1,2}inindependentSamplesTTestNice to Have