We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event=0
Perhaps it is me who misunderstood, but in the tutorial on survival analysis, we can see this line:
NA06994 569.4273004275149 0 48 20.2946857226 1
Where 569.4273004275149 is the time to event and 0 means that the event was not observed.
If I understand correctly, there shouldn't be a TTE if the event was unobserved and this line would be incorrect.
Hence my proposed fix is to correct this in the tutorial and to add a check in genipe to warn the user about such ambiguities.
genipe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Perhaps it is me who misunderstood, but in the tutorial on survival analysis, we can see this line:
NA06994 569.4273004275149 0 48 20.2946857226 1
Where 569.4273004275149 is the time to event and 0 means that the event was not observed.
If I understand correctly, there shouldn't be a TTE if the event was unobserved and this line would be incorrect.
Hence my proposed fix is to correct this in the tutorial and to add a check in
genipe
to warn the user about such ambiguities.The text was updated successfully, but these errors were encountered: