printWaldCI | R Documentation |
Takes an effect and its standard error to calculate the Wald confidence interval and the p-value.
printWaldCI(theta, se.theta, conf.level = 0.95, FUN = identity, digits = 3)
theta |
the effect size. |
se.theta |
the standard error. |
conf.level |
Confidence level. Default is 95%. |
FUN |
Transformation to applied to effect size and confidence interval. Default is the identity function. |
digits |
number of digits for the effect. |
Prints and invisiblie returns the effect, the Wald confidence interval, and the p-value.
Leonhard Held
printWaldCI(theta = 1.7, se.theta = 2.1)
printWaldCI(theta = 1.7, se.theta = 2.1, FUN = exp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.