From 6076d161ad96aed684a06644b06a3f3425481f8e Mon Sep 17 00:00:00 2001 From: Matthew Gaughan Date: Thu, 9 May 2024 19:48:20 -0500 Subject: [PATCH] log1p nbinom save --- R/readmeRDDAnalysis.R | 1 + 1 file changed, 1 insertion(+) 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 """