Skip to content
New issue

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

Missing Median #3

Open
gargij13 opened this issue Nov 7, 2024 · 1 comment
Open

Missing Median #3

gargij13 opened this issue Nov 7, 2024 · 1 comment

Comments

@gargij13
Copy link

gargij13 commented Nov 7, 2024

Hi,
We have encountered an issue where when we run estimateSingleEventSurvival, we do not get the median survival calculated.
recurrent_falls_death <- CohortSurvival::estimateSingleEventSurvival(cdm,targetCohortTable = "recurrent_falls_cohort", targetCohortId = 886, outcomeCohortTable = "death_cohort", strata = list(c("age_group"), c("sex"),c("age_group", "sex")), outcomeDateVariable = "date_of_death", minCellCount =5, followUpDays = followUpDays)
Is there a way we could overcome this?
Thank you,
Gargi

@edward-burn
Copy link
Collaborator

Hi @gargij13, you will only get an estimate for median survival if at least half your study population has the outcome during follow up - do you know if more that half had the outcome in your study follow up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants