QRisk Parameter Description

This file contains a Python module for QRisk, which is used for risk assessment. It provides a model for QRisk and a method to describe the model.

1"""
2This file contains a Python module for QRisk, which is used for risk assessment. It provides a model for QRisk and a method to describe the model.
3"""
4from biomodel.models import QRisk
5
6if __name__ == '__main__':
7    model = QRisk()
8    model.describe()
../_images/qrisk_describe.png