Skip to content

Commit

Permalink
minor tweak to formatting of printed output in bootlm
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Jun 17, 2024
1 parent 5749fb1 commit 7e96f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/bootwild.m
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function print_output (stats, nboot, alpha, p, L, method)
fprintf (cat (2, ' original std_err CI_lower CI_upper', ...
' t-stat p-val FPR\n'));
for j = 1:p
fprintf (cat (2, ' %#-+10.4g %#-+10.4g %#-+10.4g', ...
fprintf (cat (2, ' %#-+10.4g %#-10.4g %#-+10.4g', ...
' %#-+10.4g %#-+9.3g'), ...
[stats.original(j), stats.std_err(j), ...
stats.CI_lower(j), stats.CI_upper(j), stats.tstat(j)]);
Expand Down

0 comments on commit 7e96f3a

Please sign in to comment.