Skip to content

Commit

Permalink
typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiacek committed Feb 7, 2024
1 parent 28974f6 commit 442ba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/gd_functions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ $$\begin{aligned}
\end{aligned}$$

```{r severity-manual}
SPG = 2*PG - H - ((mu_div_z)^2) * (a*H + b*L_at_H_pipgd - (r/16) * log((1-(H/s1))/(1-(H/s2))))
SPG = 2*PG - H - ((mu_div_z)^2) * (a*H + b*L_at_H - (r/16) * log((1-(H/s1))/(1-(H/s2))))
print(paste0("The poverty severity is ", round(SPG*100,2), "%"))
```
Expand Down

0 comments on commit 442ba64

Please sign in to comment.