Python-bloggers

Calling =TECHTO_SURVIVAL for Survival Analysis in Excel is just a matter of copying and pasting

This article was first published on T. Moudiki's Webpage - Python , and kindly contributed to python-bloggers. (You can report issue about the content on this page here)
Want to share your content on python-bloggers? click here.

=TECHTO_SURVIVAL in Excel is based on R and Python code from the Techtonique project’s Survival Analysis functions.

Here’s a unified way to use =TECHTO_SURVIVAL directly and easily in Excel with xlwings Lite:

from techtonique_apis import TECHTO_SURVIVAL
xlwings==0.33.14  # required
python-dotenv==1.1.0  # required
pyodide-http  # required
black  # required
techtonique_apis

To leave a comment for the author, please follow the link and comment on their blog: T. Moudiki's Webpage - Python .

Want to share your content on python-bloggers? click here.
Exit mobile version