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