build_colnames_da {pvda} | R Documentation |
An internal function creating colnames for da confidence/credibility bounds
Description
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
)
Arguments
quantile_prob |
A list with two parameters, lower and upper. Default: list(lower = 0.025, upper = 0.975) |
da_name |
A string, such as "ic", "prr" or "ror". Default: NULL |
Value
A list with two symbols, to be inserted in the dtplyr-chain
[Package pvda version 0.0.3 Index]