log1p nbinom save
This commit is contained in:
parent
5a21dd3e88
commit
6076d161ad
@ -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
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user