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
Say there is some rows with exit dates before the entry date. lexpand drops the rows correctly, but when splitting by follow-up (fot) the warning message might be misleading:
The R code below prints a warning dropped 1 rows where subjects left follow-up before lowest fot breaks value. though a more reasonable warning could be dropped 1 rows where entry > exit.
Say there is some rows with exit dates before the entry date.
lexpand
drops the rows correctly, but when splitting by follow-up (fot) the warning message might be misleading:The R code below prints a warning
dropped 1 rows where subjects left follow-up before lowest fot breaks value
. though a more reasonable warning could bedropped 1 rows where entry > exit
.This is quite minor thing, but might help debugging complicated data.
The text was updated successfully, but these errors were encountered: