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?
Cet exercice fait partie du cours
Hierarchical and Mixed Effects Models in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Examine the summary of glmer_out
___