printResults {biostatUZH} | R Documentation |
Prints the Wald confidence interval and the p-value for a given effect and standard error.
printResults(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 effect and associated Wald confidence interval and p-value.
Leonhard Held
printResults(1.7, 2.1) printResults(1.7, 2.1, FUN=exp)