Hello,
I have data on job ads. I observe whether an ad was active for each month between jan 2017 to dec 2022.
I have the following variables in my dataset: id_ad type_ad location active_jan2017 active_feb2017... active_dec2022, where
id_ad: unique numeric id for each ad
type_ad: numeric ad group identifier
location: numeric location identifier
active_monyear: a dummy variable indicating whether the ad was active on the specified month.
I want to find the total number of active jobs for each ad type in each location for each of 60 months. How can I do that?
Thank you for your attention!
I have data on job ads. I observe whether an ad was active for each month between jan 2017 to dec 2022.
I have the following variables in my dataset: id_ad type_ad location active_jan2017 active_feb2017... active_dec2022, where
id_ad: unique numeric id for each ad
type_ad: numeric ad group identifier
location: numeric location identifier
active_monyear: a dummy variable indicating whether the ad was active on the specified month.
I want to find the total number of active jobs for each ad type in each location for each of 60 months. How can I do that?
Thank you for your attention!
Comment