Hi I have a dataset in which one of the variables looks like this below:
>>AGE
>> 25
>> 30
>> above 45
>> 27
>> 32
>> 36
>> 28
How can I generate summary stats for this considering that one value says "above 45"?
What is a way to exclude the above 45 option from the analysis?
>>AGE
>> 25
>> 30
>> above 45
>> 27
>> 32
>> 36
>> 28
How can I generate summary stats for this considering that one value says "above 45"?
What is a way to exclude the above 45 option from the analysis?
Comment