Skip to content

Commit fcb3b82

Browse files
committed
bootridge: corrected formatting (indentation)
1 parent 76504f1 commit fcb3b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/bootridge.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@
11871187
% samples that have those predictors
11881188
missing = ~ any (X(i, :), 1);
11891189
if any (missing)
1190-
o(any (X(:,missing), 2)) = false;
1190+
o(any (X(:,missing), 2)) = false;
11911191
end
11921192

11931193
% Skip to next bootstrap sample if there are no out-of-bag observations

0 commit comments

Comments
 (0)