Skip to content

Commit bfb6610

Browse files
committed
applied fix to loading rohwers dataset
1 parent e425862 commit bfb6610

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
@@ -1425,7 +1425,7 @@
14251425
%!
14261426
%! % Load the dataset
14271427
%! [group, SES, SAT, PPVT, Raven, n, s, ns, na, ss] = textread ...
1428-
%! ('./rohwer_data.csv', '%f %s %f %f %f %f %f %f %f %f', ...
1428+
%! ('rohwer_data.csv', '%f %s %f %f %f %f %f %f %f %f', ...
14291429
%! 'Delimiter', ',', 'HeaderLines', 1);
14301430
%! % Define model terms - all main effects and two-way interactions with SES
14311431
%! mdl = [1 0 0 0 0 0; ...

0 commit comments

Comments
 (0)