Description Usage Arguments Value Examples
Heart Disease Probability Function
1 | model_cardio(age, sex, thalach)
|
age |
age of person as of today |
sex |
Female or Male |
thalach |
blood pressure |
The odds of having a hear disease
1 2 3 4 5 | model_cardio(30, "Female" , 120)
## Not run:
model_cardio(52, "Male" , 120)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.