Hello SAS Community,
I'm currently working on a project where I'm investigating the modifying effects of city parameters on the relationship between heat and the number of EMS services across 25 cities. Here's a breakdown of my approach and where I need some guidance:
Initial Stage:
- I've estimated the heat effects adjusted for the year and weekday using a negative binomial model for each city separately. This step provided city-specific estimates of the heat effects.
Second Stage:
- Now, I want to use meta-regression to explain the variance of the heat effects across the cities.
- My challenge lies in incorporating two different types of covariates: daily parameters and yearly parameters.
Here are my specific questions:
- Is there a way to assess the daily covariates in the meta-regression without aggregating them into a single mean?
- How can I properly incorporate both daily and yearly parameters into the meta-regression model while accounting for the city-specific estimates obtained in the initial stage?
- How should the data structure look like to utilize the
PROC MIXED
function for this purpose?
Any advice or suggestions on how to approach this would be greatly appreciated.
Thank you!