Skip to content

Commit

Permalink
Added new class inside fanplotFS
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed Feb 24, 2025
1 parent 1e952db commit 8dbf6d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions toolbox/graphics/fanplotFS.m
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,14 @@
intercept=0;
end

if strcmp(out.class,'FSRfan')
if strcmp(out.class,'FSRfan') || strcmp(out.class,'FSRfanCens')
fanplotScore=true;
Sco=out.Score;
laby='Score test statistic';
if strcmp(out.class,'FSRfan')
laby='Score test statistic';
else
laby='Log-likelihood test statistic';
end
labx= 'Subset size m';

la=out.la(:);
Expand Down

0 comments on commit 8dbf6d2

Please sign in to comment.