format_ci {simts} | R Documentation |
Format the Confidence Interval for Estimates
Description
Creates hi and lo confidence based on SE and alpha.
Usage
format_ci(theta, se, alpha)
Arguments
theta |
A |
se |
A |
alpha |
A |
Value
A mat
that has:
Column 1: Lo CI
Column 2: Hi CI
Column 3: SE
[Package simts version 0.2.2 Index]