Skip to content

Commit

Permalink
small change to one of the tests to prevent warning
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Jun 17, 2024
1 parent 9e765cc commit 99b404f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/bootbayes.m
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ function print_output (stats, nboot, prob, prior, p, L, method, intercept_only)
%! stats = bootbayes(repmat(heights,1,5));
%! stats = bootbayes(heights,ones(10,1));
%! stats = bootbayes(heights,[],2);
%! stats = bootbayes(heights,[],[1;1;1;1;1;2;2;2;2;2]);
%! stats = bootbayes(heights,[],[1;1;1;1;2;2;2;3;3;3]);
%! stats = bootbayes(heights,[],[],1999);
%! stats = bootbayes(heights,[],[],[],0.05);
%! stats = bootbayes(heights,[],[],[],[0.025,0.975]);
Expand Down

0 comments on commit 99b404f

Please sign in to comment.