Merge branch 'master' of https://gitea.communitydata.science/mgaughan/kkex_repo
This commit is contained in:
commit
9aa31b7750
BIN
R/final_models/0623_pop_rm_collab.rda
Normal file
BIN
R/final_models/0623_pop_rm_collab.rda
Normal file
Binary file not shown.
BIN
R/final_models/0623_pop_rm_contrib.rda
Normal file
BIN
R/final_models/0623_pop_rm_contrib.rda
Normal file
Binary file not shown.
@ -61,6 +61,13 @@ contrib_contrib_model <- glmer.nb(log1pcount ~ after_doc + (after_doc| upstream_
|
|||||||
summary(contrib_contrib_model)
|
summary(contrib_contrib_model)
|
||||||
saveRDS(contrib_contrib_model, "final_models/0623_pop_contrib_contrib.rda")
|
saveRDS(contrib_contrib_model, "final_models/0623_pop_contrib_contrib.rda")
|
||||||
|
|
||||||
|
library(texreg)
|
||||||
|
|
||||||
|
texreg(list(collab_readme_model, contrib_readme_model), stars=NULL, digits=2,
|
||||||
|
custom.model.names=c( 'collab','contrib.' ),
|
||||||
|
custom.coef.names=c('(Intercept)', 'after_introduction'),
|
||||||
|
use.packages=FALSE, table=FALSE, ci.force = TRUE)
|
||||||
|
|
||||||
library(ggplot2)
|
library(ggplot2)
|
||||||
contrib_pop_readme |>
|
contrib_pop_readme |>
|
||||||
ggplot(aes(x = after_doc, y = log1pcount, col = as.factor(after_doc))) +
|
ggplot(aes(x = after_doc, y = log1pcount, col = as.factor(after_doc))) +
|
||||||
|
Loading…
Reference in New Issue
Block a user