RaphaelS1 / survivalmodels

Implementations of survival models in R
https://raphaels1.github.io/survivalmodels/
Other
57 stars 13 forks source link

Most Basic Usage Example Not Found #30

Closed DarioS closed 2 years ago

DarioS commented 2 years ago

I would like to see a short example of the format

fittedModel <- someFunction(trainData)
predictFunction(fittedModel, testData)

in Readme.md. How may I use these survival modelling functions independently of mlr3proba with a syntax similar to e1071?

RaphaelS1 commented 2 years ago

https://github.com/RaphaelS1/survivalmodels/blob/main/README.md