Skip to content

Commit

Permalink
typo corrected and warning removed as it will not push to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiacek committed Feb 13, 2024
1 parent 17b227c commit 40508fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/gd_functions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ print(paste0("The poverty severity is ", round(SPG*100,2), "%"))
```

Using `pipster`, we simply do:
```{r severity}
```{r severity-pipster}
severity <- pipgd_pov_severity(welfare = pip_gd$L,
weight = pip_gd$P,
mean = mu,
Expand Down
2 changes: 1 addition & 1 deletion vignettes/md_functions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ print(paste0("The poverty headcount index is ", round(FGT0*100,2), "%"))
```
In `pipster`, we can simply use the `pipmd_pov_headcount()` function:

```{r headcount-pipster warning = FALSE}
```{r headcount-pipster}
pip_FGT0 <- pipmd_pov_headcount(welfare = pip_md$welfare,
weight = pip_md$weight,
povline = z)
Expand Down

0 comments on commit 40508fb

Please sign in to comment.