name: dq_filters
fullname: Data Quality Filter Matrix
description: >
This template summarizes the DDI Avg Weekly Percent (DDI) and
Data Quality CoV (HasBeenE) (CoV (HasBeenE)) filters individually
and in conjuction with one another.
Original Code By: Kelly Carey.
Adapted to the Rnssp Package by: Gbedegnon Roseric Azondekon.
National Syndromic Surveillance Program (NSSP).
Centers for Disease Control and Prevention (CDC).
create_dir: true
This template summarizes the Discharge Diagnosis Informative Avg Weekly Percent (DDI) and Data Quality Coefficient of Variation (CoV/CoV (HasBeenE)) filters individually and in conjuction with one another. Selections for site, facility type, and visit type are included and the report will automatically adjust the filter year and CoV filter to input parameters.
Matrices summarize the weekly number of facilities reporting data and the overall visit volume for each data quality filter duration based on the start year selected (current year through 10 years back) for DDI cutpoints of 70%, 75%, and 80%, and CoV (HasBeenE) cut points of 30, 35, 40, and 45.
A table is included that lists the DDI and CoV (HasBeenE) values for each data quality filter year for all facilities included in the report.
When knit with parameters, this template generates a report in HTML format.
# Add `dq_filters` to my existing Rnssp installation
Rnssp::add_rmd_template("dq_filters")
# Remove `dq_filters` from my existing Rnssp installation
Rnssp::remove_rmd_template("dq_filters")
For questions, ideas for improvement/collaboration, or attribution, please submit an issue here.