Hello Everyone!
I would like to create a summary table with the number of observations for each variables.
code :
dtable age bmi sbp dbp heart_rate total_cholesterol
I would like to have a column N for each variables (Age, BMI, sbp etc.)
Thank you for your help,
I would like to create a summary table with the number of observations for each variables.
code :
dtable age bmi sbp dbp heart_rate total_cholesterol
Summary | |
N | 1,066 |
Age | 56.658 (16.130) |
BMI | 27.542 (6.058) |
sbp | 133.361 (20.200) |
dpb | 78.464 (12.601) |
HR | 77.082 (13.093) |
Thank you for your help,
Comment