diff --git a/R/readmeRDDAnalysis.R b/R/readmeRDDAnalysis.R index 5d9ad0a..23082a5 100644 --- a/R/readmeRDDAnalysis.R +++ b/R/readmeRDDAnalysis.R @@ -100,6 +100,7 @@ g <- test_glmer_ranef_D |> ggplot(aes(x=rank, y=estimate, col = as.factor(ranef_grouping))) + geom_linerange(aes(ymin= conf.low, ymax= conf.high)) + theme_bw() +g ggsave("0509caterpillar.png", g) #below this groups the ranefs """