We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815603e commit a1484f9Copy full SHA for a1484f9
README.md
@@ -28,6 +28,7 @@ poetry install
28
- Easy integration with `pandas` and `NumPy`
29
- Suitable for benchmarking survival algorithms and teaching
30
- Accelerated Failure Time (Log-Normal) model generator
31
+- Command-line interface powered by `Typer`
32
33
## 🧪 Example
34
@@ -124,3 +125,9 @@ expectations for participants in this project.
124
125
## 🤝 Contributing
126
127
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on setting up your environment, running tests, and submitting pull requests.
128
+
129
+## 📑 Citation
130
131
+If you use **gen_surv** in your work, please cite it using the metadata in
132
+[`CITATION.cff`](CITATION.cff). Many reference managers can import this file
133
+directly.
0 commit comments