Skip to content

Commit

Permalink
fixed bug that prevented return of bootsam in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Apr 21, 2024
1 parent be81122 commit ea1db44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/bootci.m
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@

% Other interval types are natively supported in bootknife function
% Undocumented input argument for simple bootstrap resampling
[stats, bootstat] = bootknife (data, nboot, bootfun, alpha, strata, ...
ncpus, [], [], ISOCTAVE, true, loo);
[stats, bootstat, bootsam] = bootknife (data, nboot, bootfun, alpha, ...
strata, ncpus, [], [], ISOCTAVE, true, loo);

end

Expand Down

0 comments on commit ea1db44

Please sign in to comment.