Skip to content
Discussion options

You must be logged in to vote

The error you're encountering, "object 'status' not found", refers to the absence of a "status" variable in your training dataset. This variable is essential for the phenoage calculation because it's based on a Cox regression model, which requires both "time" (time to event, in this case, death) and "status" (aging-related mortality status) to estimate the hazard of aging-related mortality.

To resolve this issue, please ensure your dataset includes both a "time" variable and a "status" variable that represents aging-related mortality status. For a more detailed understanding of how this model is constructed, I recommend reviewing the Levine 2018 paper.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dayoonkwon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants