waldCI | R Documentation |
Compute Wald Confidence Interval
waldCI(estimate, se, df = Inf, level = 0.95)
estimate |
an estimated coefficient. |
se |
standard error of |
df |
degrees of freedom associate to |
level |
level of confidence interval. |
This code is greatly inspired by code from the lmerTest package.
a matrix of lower and upper confidence interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.