An internal function creating colnames for da confidence/credibility bounds
Source:R/lower_level_disprop_analysis.R
build_colnames_da.Rd
Given the output from quantile_prob, and a da_name string, create column names such as PRR025, ROR025 and IC025
Usage
build_colnames_da(
quantile_prob = list(lower = 0.025, upper = 0.975),
da_name = NULL
)