Learn R Programming

APML (version 0.0.5)

outCI: 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

Run this code
# NOT RUN {
outCI(8.601581,4.678212,12.524951)

##"8.60(4.68,12.52)"
# }

Run the code above in your browser using DataLab