View source: R/confInt.boxcoxmeta.R
confInt.boxcoxmeta | R Documentation |
confInt.boxcoxmeta
calculates mean and asymmetric confidence interval for back transformed data.
## S3 method for class 'boxcoxmeta'
confInt(x, level = 0.95, verbose = TRUE, ...)
x |
a |
level |
the confidence level. |
verbose |
a logical for printing output to R console. |
... |
additional argument(s) for methods. |
A matrix with columns giving mean, lower and upper confidence limits for back transformed data. These will be labelled as (1 - level)/2 and 1 - (1 - level)/2 in % (by default 2.5% and 97.5%).
Osman Dag, Muhammed Ali Yilmaz
library(AID)
data(textile)
out <- boxcoxmeta(textile[,1])
confInt(out) # mean and confidence interval for back transformed data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.