Skip to content

Inconsistency: Survival event: status definition and KM y-axis label describe different events (Rmd:92, 410) #3

Description

@clegoues

The event indicator is defined as:

full_df$status = ifelse(full_df$time_minutes < 25, TRUE, FALSE)

and the KM plot of the survival function labels the y-axis:

ylab = "Probability of failing to create fix",

status is "finished/stopped before the 25-min cap", y axis says "created fix". But some people stopped before 25 minutes with incorrect fixes, right? Not sure if it's because you're only partway through, but didn't want the inconsistency to be missed down the line.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions