Skip to content

Conversation

@shahronak47
Copy link
Contributor

Hi Andres, here's the fix for popshare argument.

Here are some pip calls to start with :

# From Tony's email
pip(country = "USA", year = 2022, popshare = 0.5, lkup = lkup)
pip(country = "USA", year = 2022, povline = 50, lkup = lkup)

# General tests
pip(country = "COL", year = 2022, popshare = 0.5, lkup = lkup)
pip(country = c("USA", "COL"),  year = 2022, popshare = 0.5, lkup = lkup)
pip(country = c("USA", "COL"),  year = 2022, povline= c(2.3, 4.5), lkup = lkup)

@shahronak47 shahronak47 self-assigned this Jul 10, 2025
@randrescastaneda randrescastaneda mentioned this pull request Jul 11, 2025
@randrescastaneda
Copy link
Member

The changes in this PR have been included in #448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants