Skip to content

Commit 9a7a2d9

Browse files
committed
Update bootstrp.m
1 parent 870c3f4 commit 9a7a2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/bootstrp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
else
473473
% Faster when nvar is only one
474474
xr = cell (1);
475-
xr{1} = x{1}(bootsam);
475+
xr{1} = x{1}(bootsam, :);
476476
end
477477
bootstat = reshape (bootfun (xr{:}), [], 1);
478478

0 commit comments

Comments
 (0)