0.5.1
Installation instructions
- Download FMUT_0.5.1.zip.
- Unzip it.
- Put the folder of files someplace sensible (e.g., in your "MATLAB" directory).
- Add the folder to the set of "paths" MATLAB searches when trying to answer a function call.
- For Mac and Linux users: Run
>> add_poi_path
at the MATLAB command line, then close and restart MATLAB.
The FMUT documentation can be found at: https://github.com/ericcfields/FMUT/wiki
Release Notes
Bug fixes
- Error is now produced for unequal sample sizes with split plot designs. Please note that if you ran a split plot ANOVA (mixed between- and within-subject factors) in a previous version of FMUT and you had unequal sample sizes in your between-subject factor, effects were calculated using Type II sums of squares rather than Type III sums of squares. This is not wrong per se, but because most people expect Type III SS by default and are used to interpreting effects in line with Type III SS, FMUT now returns an error for unequal sample sizes. You can delete the line that produces this error if you understand how to interpret Type II SS. However, proceed with caution: I have not tested SP designs with unequal sample sizes as much as I would like.