Interpreting model results
Now, examine the model output you just fit to see if any trends exist in hate crime for New York.
Based upon the model's summary()
, what is the trend in New York hate crimes between 2010 and 2016?
This exercise is part of the course
Hierarchical and Mixed Effects Models in R
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Examine the summary of glmer_out
___