Create censoring table based on manual inputs recorded in the AUX data, as well as the regional coverage.

db_create_censoring_table(censored, coverage_list, coverage_threshold)

Arguments

censored

list: List with manual provided countries or regions to censor.

coverage_list

list: Coverage list. Output of db_create_coverage_table().

coverage_threshold

numeric: Value with the threshold to censor regions based on their coverage (e.g 50 %).