outCI: output CI in specific format.

View source: R/outCI.R

outCIR Documentation

output CI in specific format.

Description

Output CI in specific format.

Usage

outCI(x,l,h,n=2,type='OR')

Arguments

x

OR or RR.

l

lower or left side of confidence interval.

h

higher or right side of confidence interval.

n

number of digits.

type

output OR/RR or ER(excess risk).

Value

A character

Examples

outCI(8.601581,4.678212,12.524951)

##"8.60(4.68,12.52)"

APML documentation built on May 12, 2022, 9:06 a.m.

Related to outCI in APML...