Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jooh/pilab
Browse files Browse the repository at this point in the history
  • Loading branch information
jooh committed Oct 10, 2018
2 parents 609001c + 7bc68b4 commit 73805ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GLM.m
Expand Up @@ -757,7 +757,7 @@
%
% [dist,p] = infoc(self,w,conmat)
c = contrast(self,conmat);
dist = diag(c * w');
dist = sum(c .* w, 2);
if nargout > 1
% obtain p value by t test
[~,p] = infot(self,w,conmat);
Expand Down

0 comments on commit 73805ef

Please sign in to comment.