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 exercício faz parte do curso
Hierarchical and Mixed Effects Models in R
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Examine the summary of glmer_out
___