I have a large survey dataset for Women and labour force. The answers are categorical values with different data labels. The dataset consists of 63,000 responses and 2000 different variables but I have attached a small snippet of the relevant variables below along with the data labels.
I need to construct a line graph for the Age profile of women in labour force by geographical location. I have the data for Age, Currently employed (with values 0 and 1 ; 0 being no and 1 being yes) and place of residence (values are 1 and 2; 1 being urban and 2 being rural) but I cannot figure out a way to combine the data and plot it since I am a beginner. I wish to take the proportion of women currently employed on the y-axis and age on the x-axis and get two lines one showing urban and one for rural.
I have attached an image of the kind of output I have in mind and the snippet of the variables. Since I couldn't add two separate images, I ave put them together. I understand that I can show urban-rural using facet_grid but I'm having trouble figuring out how to combine that data.
I would greatly appreciate any help.