Compute Wald Confidence Interval
waldCI(estimate, se, df = Inf, level = 0.95)
estimate
: an estimated coefficient.se
: standard error of estimate
.df
: degrees of freedom associate to estimate
. df = Inf
is allowed.level
: level of confidence interval.a matrix of lower and upper confidence interval.
This code is greatly inspired by code from the lmerTest
package.
Useful links