Skip to content

Commit

Permalink
Update bootlm.m
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Jan 8, 2024
1 parent 8e0c16b commit 47c713f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/bootlm.m
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@
%! 'varnames', {'temp', 'species'}, ...
%! 'contrasts', 'anova', 'seed', 1);
%!
%! fprintf ('ANCOVA SUMMARY (with type I sums-of-squares)\n')
%! fprintf ('\nANCOVA SUMMARY (with type I sums-of-squares)\n')
%! for i = 1:numel(AOVSTAT.F)
%! fprintf ('F(%u,%u) = %.2f, p = %.3g for the model: %s\n', ...
%! AOVSTAT.DF(i), AOVSTAT.DFE, AOVSTAT.F(i), ...
Expand Down

0 comments on commit 47c713f

Please sign in to comment.