|
122 | 122 | %This function incorporates some code from the Mass Univariate Toolbox, |
123 | 123 | %Copyright (c) 2015, David Groppe |
124 | 124 |
|
125 | | -%%%%%%%%%%%%%%%%%%% REVISION LOG %%%%%%%%%%%%%%%%%%% |
126 | | -% 11/28/16 - Moved calculatiosn to sub-function calc_Fmax |
127 | | -% 12/8/16 - Added abilty to set global variable VERBLEVEL. Added |
128 | | -% ability to specify multiple time windows and'mean_wind' |
129 | | -% option |
130 | | -% 3/31/17 - Moved save to spreadsheet to standalone function |
131 | | -% 4/7/17 - Fixed error in checking interaction method |
132 | | -% 4/17/17 - Fixed inconsistency in used_tpt_id field with t-tests |
133 | | -% results; changed desired_alpha to desired_alphaORq |
134 | | -% 5/9/17 - Added informative error messages for incorrect |
135 | | -% electrode names |
136 | | -% 6/2/17 - Electrode order in output when using include_chans now |
137 | | -% matches MUT functions; added estimate_alpha field to |
138 | | -% results |
139 | | -% 6/12/17 - Added estimated alpha to output; Added verblevel related |
140 | | -% reports |
141 | | -% 6/14/17 - Updated error report for incorrect channel names; fixed |
142 | | -% bug in command window output for oneway ANOVA |
143 | | -% 6/20/17 - Command window output for mean window analyses |
144 | | -% 6/21/17 - time_wind field of results struct is now accurate; |
145 | | -% changed used_tpt_ids field to cell array for mean window |
146 | | -% analyses |
147 | | -% 6/22/17 - Now using MATLAB input parsing system |
148 | | -% 7/11/17 - Works with updated calc_Fmax |
149 | | -% 7/13/17 - int_method input eliminated |
150 | | -% 7/14/17 - Command window output moved to separate function |
151 | | -% 7/15/17 - added use_groups and group_n to F_tests |
152 | 125 |
|
153 | 126 | function [GND, results, prm_pval, F_obs, F_crit] = FmaxGND(GND_or_fname, varargin) |
154 | 127 |
|
|
0 commit comments