Description Usage Arguments Value Examples
View source: R/08-calculate_ppi_civ.R
Function to calculate Poverty Probability Index (PPI) for Ivory Coast using IPA's new PPI methodology
1 2 3 4 | ppi_civ_ipa(
path,
category = names(ppitables::ppiCIV2018)[2:ncol(ppitables::ppiCIV2018)]
)
|
path |
Directory path to IPA's Ivory Coast PPI data analysis and collection XLSX file |
category |
Poverty classifications that can be calculated for Ivory Coast using IPA's new PPI methodology. By default, all 15 poverty classifications for Ivory Coast are specified |
A dataframe of PPI for each household in df
.
1 2 3 4 5 | ## Not run:
ppi_col_ipa(path = paste(system.file("ppi", package = "ppicalc"),
"ivoryCoast.xlsx", sep = "/"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.