Skip to content

Commit

Permalink
last typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiacek committed Feb 14, 2024
1 parent 82acf41 commit 1d204e5
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 @@ -182,7 +182,7 @@ watts <- pipmd_watts(welfare = pip_md$welfare,
print((paste0("The Watts index is ", round(watts$watts, 2))))
```

In alternative, the user can specify the parameter `times_mean`. In this case, the poverty line will be calculated as the mean of the `welfare` vector multiplied by the `times_mean` parameter.
In alternative, the user can specify the parameter `times_mean`. In this case, the poverty line will be calculated as the mean of the `welfare` vector multiplied by the `times_mean` parameter:

```{r watts}
watts <- pipmd_watts(welfare = pip_md$welfare,
Expand Down

0 comments on commit 1d204e5

Please sign in to comment.