I'm currently running a project in school to determine the number of fishes in 200 ponds across the country. My regression model looks like the following model:
Number of Fishes = Number of fish species + Age of fish + Surface Area of Pond + other variables.
I'm running this regression in R Studio.
Currently, I have 5 data sets of the same 200 ponds with the same variables but from different years (2015 - 2019). I was wondering if there is a way for me to combine the 5 data set together, taking account of the time factor which is the year, instead of running the regression individually for each year.
Thank you in advance for answering my question