Skip to content

Commit

Permalink
minor tweak to formatting of printed output from bootknife
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Jun 17, 2024
1 parent 7e96f3a commit 1ab277a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/bootknife.m
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ function print_output (stats, nboot, alpha, l, m, bootfun_str, strata)
fprintf (cat (2, ' original bias std_error CI_lower', ...
' CI_upper \n'));
for i = 1 : m
fprintf (cat (2, ' %#-+10.4g %#-+10.4g %#-+10.4g %#-+10.4g', ...
fprintf (cat (2, ' %#-+10.4g %#-+10.4g %#-10.4g %#-+10.4g', ...
' %#-+10.4g \n'), [stats.original(i), stats.bias(i), ...
stats.std_error(i), stats.CI_lower(i), stats.CI_upper(i)]);
end
Expand Down

0 comments on commit 1ab277a

Please sign in to comment.