log1p nbinom save

This commit is contained in:
Matthew Gaughan 2024-05-09 19:48:20 -05:00
parent 5a21dd3e88
commit 6076d161ad

View File

@ -100,6 +100,7 @@ g <- test_glmer_ranef_D |>
ggplot(aes(x=rank, y=estimate, col = as.factor(ranef_grouping))) + ggplot(aes(x=rank, y=estimate, col = as.factor(ranef_grouping))) +
geom_linerange(aes(ymin= conf.low, ymax= conf.high)) + geom_linerange(aes(ymin= conf.low, ymax= conf.high)) +
theme_bw() theme_bw()
g
ggsave("0509caterpillar.png", g) ggsave("0509caterpillar.png", g)
#below this groups the ranefs #below this groups the ranefs
""" """