\n {{ chartData.title }}\n
\n\n {{ chartData.subtitle }}\n
\n\n {{ `[${rowId}]` }}\n | \n\n {{ `[${columnId}]` }}\n | \n\n {{ columnQuestion ? `Percentage within [${rowId}] category` : 'Percentage' }}\n | \n\n Lower bound of 95% confidence interval for percentage\n | \n\n Upper bound of 95% confidence interval for percentage\n | \n\n CG-CAHPS benchmark for percentage {{ chartData.footnotes.benchmark.symbol }}\n | \n\n Sample size\n | \n\n Population size\n | \n\n Lower bound of 95% confidence interval for population size\n | \n\n Upper bound of 95% confidence interval for population size\n | \n
---|---|---|---|---|---|---|---|---|---|
\n {{ r }}\n | \n\n {{ c }}\n | \n\n {{ (chartData.table[ri][ci].suppressed ? suppressedSymbol : prettyPrintProportion(chartData.table[ri][ci].proportion)) }}\n | \n\n {{ (chartData.table[ri][ci].suppressed ? suppressedSymbol : prettyPrintProportion(chartData.table[ri][ci].ciProportion.lower)) }}\n | \n\n {{ (chartData.table[ri][ci].suppressed ? suppressedSymbol : prettyPrintProportion(chartData.table[ri][ci].ciProportion.upper)) }}\n | \n\n {{ chartData.table[ri][ci].benchmark != null ? chartData.table[ri][ci].benchmark : 'n/a' }}\n | \n\n {{ (chartData.table[ri][ci].suppressed ? suppressedSymbol : prettyPrintSampleSize(chartData.table[ri][ci].sampleSize)) }}\n | \n\n {{ (chartData.table[ri][ci].suppressed ? suppressedSymbol : prettyPrintPopulationSize(chartData.table[ri][ci].numerator)) }}\n | \n\n {{ (chartData.table[ri][ci].suppressed ? suppressedSymbol : prettyPrintPopulationSize(chartData.table[ri][ci].ciNumerator.lower)) }}\n | \n\n {{ (chartData.table[ri][ci].suppressed ? suppressedSymbol : prettyPrintPopulationSize(chartData.table[ri][ci].ciNumerator.upper)) }}\n | \n \n
\n {{ r }}\n | \n\n {{ chartData.table[ri][0].suppressed ? suppressedSymbol : prettyPrintProportion(chartData.table[ri][0].proportion) }}\n | \n\n {{ chartData.table[ri][0].suppressed ? suppressedSymbol : prettyPrintProportion(chartData.table[ri][0].ciProportion.lower) }}\n | \n\n {{ chartData.table[ri][0].suppressed ? suppressedSymbol : prettyPrintProportion(chartData.table[ri][0].ciProportion.upper) }}\n | \n\n {{ chartData.table[ri][0].benchmark != null ? chartData.table[ri][0].benchmark : 'n/a' }}\n | \n\n {{ chartData.table[ri][0].suppressed ? suppressedSymbol : prettyPrintSampleSize(chartData.table[ri][0].sampleSize) }}\n | \n\n {{ chartData.table[ri][0].suppressed ? suppressedSymbol : prettyPrintPopulationSize(chartData.table[ri][0].numerator) }}\n | \n\n {{ chartData.table[ri][0].suppressed ? suppressedSymbol : prettyPrintPopulationSize(chartData.table[ri][0].ciNumerator.lower) }}\n | \n\n {{ chartData.table[ri][0].suppressed ? suppressedSymbol : prettyPrintPopulationSize(chartData.table[ri][0].ciNumerator.upper) }}\n | \n \n
{{ tooltipHeader }}
\n \nResults have been suppressed.
\n \n \n