Question: Create a new categorical variable ( age _ 4 cat ) from RIDAGEYR using code in this form: DataFrame$Variable [ Condition ] < - NewValue
Create a new categorical variable agecat from RIDAGEYR using code in this form:
DataFrame$VariableCondition NewValue
Create the following categories of age:
Use the expss package to add value labels to the new variable.
Use the asfactor function to convert the new variable to a factor variable.
Use the by and summary commands to calculate descriptive statistics for INDFMPIR separately for each age group. Software is Rstudio. I am not sure how to do this.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
