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

[Feat] Port HazReg.jl #4

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

[Feat] Port HazReg.jl #4

wants to merge 28 commits into from

Conversation

lrnv
Copy link
Member

@lrnv lrnv commented Jun 12, 2024

Checklist for the porting:

  • Bring the code in, including the documentation and examples
  • Make use of the type system to differentiate between the several models.
  • Produce a vector interface
  • Adapt the documentation to the vector interface to be able to
  • Check that the results are OK
  • Produce the StatsAPI.fit and @formula interface: warning there are two formulas for two predictors.
  • Produce tests to ensure that it is indeed working correctly.

lrnv added 2 commits June 12, 2024 11:53
There is a lot of things to do to port it correclty:

- bring the code in
- modify the interface to use `StatsAPI.fit(HazardRegression, @formula(Surv(time,status)~covariates)`
- port the documentation
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

Successfully merging this pull request may close these issues.

2 participants