Skip to content

Add the ability to add covariates to the model #42

Description

@amorris28

Currently, only fits a Surv(age, status) ~ phs model but should allow for adding additional covariates, for example with AD: Surv(age, status) ~ phs + APOE4.

Probably need to add formula interface rather than the simple data, phs, age, status arguments. e.g., so the user can do this:

Surv(age, status) ~ phs + APOE4

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions