Learn R Programming

AID (version 1.9)

confInt:

Description

confInt is a generic function to calculate mean and confidence interval for back transformed data.

Usage

# S3 method for boxcoxnc
confInt(x, level = 0.95, verbose = TRUE, ...)

Arguments

x
a boxcoxnc object.
level
the confidence level.
verbose
a logical for printing output to R console.
...
additional argument(s) for methods.

Value

Returns a matrix of output.

Examples

Run this code

library(AID)

data(textile)
out <- boxcoxnc(textile[,1])
confInt(out) # mean and confidence interval for back transformed data

Run the code above in your browser using DataLab