Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreifer committed Nov 4, 2024
1 parent 7b6a469 commit 72b611f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ outcome model, accounting for estimation of the weights in the standard
error of the effect estimate:

``` r
fit <- lm_weightit(re78 ~ treat, data = lalonde,
weightit = W)
fit <- glm_weightit(re78 ~ treat, data = lalonde,
weightit = W)

summary(fit, ci = TRUE)
```

#>
#> Call:
#> lm_weightit(formula = re78 ~ treat, data = lalonde, weightit = W)
#> glm_weightit(formula = re78 ~ treat, data = lalonde, weightit = W)
#>
#> Coefficients:
#> Estimate Std. Error z value Pr(>|z|) 2.5 % 97.5 %
Expand Down

0 comments on commit 72b611f

Please sign in to comment.