You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to reorder the groups from the LAML example to have “N.D.” at one extreme ('Poor', 'Intermediate', 'Good', 'N.D.') using the flag “GroupOrder” and I got the error below.
`
load('laml_RC_data.mat');
Hi,
I tried to reorder the groups from the LAML example to have “N.D.” at one extreme ('Poor', 'Intermediate', 'Good', 'N.D.') using the flag “GroupOrder” and I got the error below.
`
load('laml_RC_data.mat');
[p, fh, stats] = MatSurv(...
laml_RC_TimeVar,...
laml_RC_EventVar,...
laml_RC_GroupVar,...
'GroupOrder', {'Poor', 'Intermediate', 'Good', 'N.D.'})
`
Errors as
It looks like the flag is expected to get a boolean rather than a cell array with the group order as in the doc string.
The text was updated successfully, but these errors were encountered: