Hi everyone,
I have a question about calculating age.
gen age = (DATE-BIRTH_DATE)/365.25, we usually get the age with decimal.
If age=10 years and 8 months, should we count it as 11 years or 10 years?
Thanks.
I have a question about calculating age.
gen age = (DATE-BIRTH_DATE)/365.25, we usually get the age with decimal.
If age=10 years and 8 months, should we count it as 11 years or 10 years?
Thanks.
Comment