Compare the performance of LM and GLM: - [x] Select two sites that are nearby (not the airport) Run one year of data with each model: - [ ] lm(wind~wind) - [ ] glm(wind~wind, family=Gamma(link="identity")) - [ ] lm(wind~wind+baro) - [ ] glm(wind~wind+baro, family=Gamma(link="identity")) - [ ] link=inverse - [ ] apply the model(s) to all the data
Compare the performance of LM and GLM:
Run one year of data with each model: