Skip to content

Commit

Permalink
nosuggest req
Browse files Browse the repository at this point in the history
  • Loading branch information
kkholst committed Jan 11, 2025
1 parent 8c155cf commit e447bc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/influencefunction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ knitr::opts_chunk$set(
comment = "#>"
)
has_mets <- lava:::versioncheck('mets', 1)
has_geepack <- lava:::versioncheck('geepack', 1)
```

\newcommand{\arctanh}{\operatorname{arctanh}}
Expand Down Expand Up @@ -576,7 +577,7 @@ estimate(g0, id=dl$id)
```
We can confirm that this situation is equivalent to the variance estimates we
obtain from a GEE marginal model with working independence correlation structure [@r_geepack]
```{r geepack}
```{r geepack, eval=has_geepack }
gee0 <- geepack::geeglm(y ~ a + w + x, data = dl, id = dl$id, family=binomial)
summary(gee0)
```
Expand Down

0 comments on commit e447bc7

Please sign in to comment.