Hi all,
I've made a beautiful table but I want to abbreviate "Standard Deviation" to "SD" to make the table more readable.
The code I used is as such:
and this is the result of that code: 
Thanks,
Alex
I've made a beautiful table but I want to abbreviate "Standard Deviation" to "SD" to make the table more readable.
The code I used is as such:
Code:
table () agegrp4 result if age < 55, stat(mean BMI age age_months female HAZ WAZ WHZ BMIZ stunted underweight height log_harvest_value no_crops large_TLU TLU cow cow_goat HH_size children children_3 children_4_6 children_7_11 children_12_17 adult_18_65 adult_65 HH_head_age) stat(sd BMI age age_months female HAZ WAZ WHZ BMIZ stunted underweight height log_harvest_value no_crops large_TLU TLU cow cow_goat HH_size children children_3 children_4_6 children_7_11 children_12_17 adult_18_65 adult_65 HH_head_age) nototals nformat(%9.2f)
Thanks,
Alex