Skip to content

Commit

Permalink
added mean and times_mean to both headcount() within gap()
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiacek committed Feb 8, 2024
1 parent 1737d5e commit bb64e02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/pipgd_pov.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,16 @@ pipgd_pov_gap_nv <- function(params = NULL,
params <- pipgd_pov_headcount_nv(welfare = welfare,
weight = weight,
complete = TRUE,
popshare = popshare,
mean = mean,
times_mean = times_mean,
popshare = popshare,
povline = povline,
lorenz = lorenz)
} else {
params <- pipgd_pov_headcount_nv(params = params,
complete = TRUE,
mean = mean,
times_mean = times_mean,
popshare = popshare,
povline = povline,
lorenz = lorenz)
Expand Down

0 comments on commit bb64e02

Please sign in to comment.