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?
Este ejercicio forma parte del curso
Hierarchical and Mixed Effects Models in R
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
# Examine the summary of glmer_out
___