boxcox_interval: Extract the 1 - alpha confidence interval from a box-cox...

Description Usage Arguments Value

View source: R/boxcox.R

Description

Extract the 1 - alpha confidence interval from a box-cox transformation.

Usage

1
boxcox_interval(boxcox_fit, alpha = 0.05)

Arguments

boxcox_fit

The result of calling MASS::boxcox.

alpha

The desired significance level.

Value

A list containing the maximum likelihood estimator of lambda (lambda_hat) and the (1 - alpha) CI for lambda.


joshloyal/loyalr documentation built on Aug. 31, 2021, 5:30 p.m.