Description Usage Arguments Details Value Examples
calc_age_points
returns age risk factor points given age and gender
1 | calc_age_points(gender, age)
|
gender |
A character |
age |
A number |
calc_age_points
returns TODO: add some details
framingham age risk scores age
and gender
1 2 3 | calc_age_points(gender='M', age=50)
calc_age_points(gender='F', age=48)
calc_age_points(gender='f', age=35)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.