Skip to content

Commit 0d47fe0

Browse files
committed
kjlk
1 parent cc10996 commit 0d47fe0

2 files changed

Lines changed: 8 additions & 78 deletions

File tree

docs/articles/fearon-laitin-example.html

Lines changed: 4 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/fearon-laitin-example.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ Data %>%
4949
5050
5151
modCW <- list()
52-
summary(modCW$"All UCDP Conflicts" <- glm(ucdponset ~ l1_ln_mrgdppc + l1_ln_pwtpop +
52+
modCW$"All UCDP Conflicts" <- glm(ucdponset ~ l1_ln_mrgdppc + l1_ln_pwtpop +
5353
l1_aeuds + I(l1_aeuds^2) +
5454
newlmtnest + ethfrac + relfrac +
5555
ucdpspell + I(ucdpspell^2) + I(ucdpspell^3), data=subset(Data),
56-
family = binomial(link="logit")))
56+
family = binomial(link="logit"))
5757
58-
summary(modCW$"Wars Only" <- glm(war_ucdponset ~ l1_ln_mrgdppc + l1_ln_pwtpop +
58+
modCW$"Wars Only" <- glm(war_ucdponset ~ l1_ln_mrgdppc + l1_ln_pwtpop +
5959
l1_aeuds + I(l1_aeuds^2) +
6060
newlmtnest + ethfrac + relfrac +
6161
war_ucdpspell + I(war_ucdpspell^2) + I(war_ucdpspell^3), data=subset(Data),
62-
family = binomial(link="logit")))
62+
family = binomial(link="logit"))
6363
```
6464

6565

0 commit comments

Comments
 (0)