文件名称:framingham:ASCVD算法在2013年ACCAHA基于framingham的心血管风险评估指南中发布
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-19 02:16:51
Python
Framingham风险评分-2013年美国心脏病学会和美国心脏协会(ACC / AHA)评估心血管风险(CVD)指南的汇总队列ASCVD风险方程式。 安装 pip install git+https://github.com/zhaojuanwendy/framingham.git 用法 from framingham import aha_frs_cvd frs ( gender = 'F' , age = 55 , tchol = 213 , hdlc = 50 , sbp = 120 , smoking = 0 , diab = 0 , ht_treat = False , race = 'W' , time = 10 ) X = [ 'F' , 55 , 213 , 50 , 120 , 0 , 0 , False , 'W' , 10 ] score = frs ( * X )
【文件预览】:
framingham-master
----README.md(2KB)
----.idea()
--------misc.xml(314B)
--------workspace.xml(10KB)
--------vcs.xml(180B)
--------framingham.iml(455B)
--------modules.xml(272B)
----framingham()
--------__init__.py(26B)
--------aha_frs_cvd.py(7KB)