Skip to content

Commit

Permalink
Minor edit, catching one of my edits that Xu missed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholst committed Dec 3, 2014
1 parent 0f2e3b6 commit 144bc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apace/ACEfit_Results.m
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function ACEfit_Results(ACEfit_Par,FWEalpha,FDRalpha)
% -log10(FDR corrected p-value) for voxels
FDR_Pval = -log10(FDR_Pval);

fprintf('Minimum element-wise P_FDR is %.2f. \n \n', FDR_min);
fprintf('Minimum element-wise P_FDR is %.4f. \n \n', FDR_min);

%
% Voxel-wise FWE correction
Expand All @@ -328,7 +328,7 @@ function ACEfit_Results(ACEfit_Par,FWEalpha,FDRalpha)
end
end

fprintf('Minimum element-wise P_FWE is %.2f. \n \n', 10.^(-max(corrPval_ACE)));
fprintf('Minimum element-wise P_FWE is %.4f. \n \n', 10.^(-max(corrPval_ACE)));

%
% Write out the output images
Expand Down

0 comments on commit 144bc73

Please sign in to comment.