Creates hi and lo confidence based on SE and alpha.
format_ci(theta, se, alpha)
theta
A vec containing the estimates
vec
se
A vec containing the standard error
alpha
A double that contains the confidence level.
double
A mat that has:
mat
Column 1: Lo CI
Column 2: Hi CI
Column 3: SE