Skip to content

Commit

Permalink
Warning message improved
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed Feb 27, 2025
1 parent 8dbf6d2 commit b10bb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/regression/FSRedaCens.m
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@

%% Start of the forward search
if nocheck==false && rank(Xb)~=p
warning('FSDA:FSReda:NoFullRank','The provided initial subset does not form full rank matrix');
warning('FSDA:FSReda:NoFullRank','Initial subset does not form full rank matrix');
% FS loop will not be performed
else
for mm=ini0:n
Expand Down

0 comments on commit b10bb33

Please sign in to comment.