From 1d204e5411fd56235f5946a0e02c6b561778a593 Mon Sep 17 00:00:00 2001 From: giorgiacek Date: Wed, 14 Feb 2024 18:07:28 +0000 Subject: [PATCH] last typo corrected --- vignettes/md_functions.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/md_functions.Rmd b/vignettes/md_functions.Rmd index fecd872..dfbedb9 100644 --- a/vignettes/md_functions.Rmd +++ b/vignettes/md_functions.Rmd @@ -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,