Skip to content

Commit 9bf4e51

Browse files
author
acp29
committed
update 3.0.2
1 parent ec5dc98 commit 9bf4e51

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

inst/bootnhst.m

-5
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,8 @@
183183
end
184184

185185
% Define function to calculate maximum difference among groups
186-
<<<<<<< Updated upstream
187-
func = @(data) maxdiff(data,g,ref,bootfun,nvar);
188-
t = func(data);
189-
=======
190186
func = @(data) maxq(data,g,ref,bootfun,nvar);
191187
q = func(data);
192-
>>>>>>> Stashed changes
193188

194189
% Perform resampling and calculate bootstrap statistics
195190
state = warning;

0 commit comments

Comments
 (0)