A helper function for building a LaTex table.

paste.stats(median, lcl, ucl, n = 2)

Arguments

median

50-percent quantile

lcl

lower confidence limit

ucl

upper confidence limit

n

significant digits for printing. Passed to tabnum

Details

Used by get.parameter.stat.

Examples

# NOT RUN {
paste.stats(3.333333, 5.00001, 6.22222, n = 3)
# [1] "$3.33(5,6.22)$"
# }