Skip to content

Commit a9155a5

Browse files
committed
Parameter setting for running bootstraps
1 parent 8f6a8f2 commit a9155a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/analysis/detectionModelFitting/fitDetectionCachedData.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function fitDetectionCachedData(subjID)
1212
close all;
1313

1414
%% Parameters
15-
doBootstrapFits = false;
15+
doBootstrapFits = true;
1616
doDiagnosticBootPlots = true;
1717
verbose = false;
1818

0 commit comments

Comments
 (0)