Calculate wald confidence intervals for intercept and slope given point estimates and standard errors.
mc.analytical.ci(b0, b1, se.b0, se.b1, n, alpha)
2x4 matrix of estimates and confidence intervals for intercept and slope.
point estimate of intercept.
point estimate of slope.
standard error of intercept.
standard error of slope.
number of observations.
numeric value specifying the 100(1-alpha)% confidence level for the confidence interval (Default is 0.05).