Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiacek committed Feb 13, 2024
1 parent d71dbfa commit c9a252b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/md_functions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ FGT2 <- (1/N)*shortfall_squared
print(paste0("The poverty severity index is ", round(FGT2*100,2), "%"))
```

In `pipster`, we can simply use the `pipmd_pov_gap()` function:
In `pipster`, we can simply use the `pipmd_pov_severity()` function:
```{r severity-pipster}
pip_FGT2 <- pipmd_pov_severity(welfare = pip_md$welfare,
weight = pip_md$weight,
Expand Down

0 comments on commit c9a252b

Please sign in to comment.