On Sun, 30 Apr 2017 13:07:49 -0700 (PDT),
sarah.eli...@gmail.com wrote:
>Hello. Is is possible to enter a person's chronological age into SPSS using year, month, and day? I am entering data about children. For example, let's say I have a child who was 12 years, 3 months, and 2 days at the time of my study. How do I enter that into SPSS? Do I have to convert the age into months? I'm using SPSS version 24.
Look up the Date functions and formats.
The easy way to describe:
Each record should have the date for "today" and for subject's birth.
Use a function to convert today's Year-mo-day to an SPSS date.
Use the same function, ditto, for the Birth Year-mo-day.
Use the available function to obtain the difference in Months or days,
whichever you prefer.
--
Rich Ulrich