Description Usage Arguments Value References
View source: R/computeDeduplicationFactors.R
Computes the deduplication factors for each region of the map. For a complete description of these factors an interested reader can consult the description of the methodological framework https://webgate.ec.europa.eu/fpfis/mwikis/essnetbigdata/images/f/fb/WPI_Deliverable_I3_A_proposed_production_framework_with_mobile_network_data_2020_05_31_draft.pdf.
1 2 3 4 5 6 | computeDeduplicationFactors(
dupFileName,
regsFileName,
postLocPrefix,
postLocPath
)
|
dupFileName |
The name of the file with the duplicity probabilities. This file is the output of the
|
regsFileName |
The name of the .csv file defining the regions. It has two columns: |
postLocPrefix |
The file name prefix of the files with posterior location probabilities for each device. The
whole file name is composed by a concatenation of |
postLocPath |
The path to the location where the posterior location probabilities are stored. |
A data.table object with the deduplication factors for each region.
https://github.com/MobilePhoneESSnetBigData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.