BoxCox(FitAR)R Documentation

Generic Box-Cox Analysis Function

Description

Generic function

Usage

BoxCox(object, ...)

Arguments

object model object
... optional arguments

Value

No value returned. Graphical output produced as side-effect. The plot shows relative likelihood funciton as well as the MLE and a confidence interval.

Note

The MASS package has a similar function boxcox but this is implemented only for regression and analysis of variance.

Author(s)

A.I. McLeod

See Also

BoxCox.Arima, BoxCox.FitAR, BoxCox.ts, BoxCox.numeric

Examples

BoxCox(lynx)
out<-FitARLS(lynx, c(1,2,4,10,11))
BoxCox(out)
out<-FitAR(lynx, c(1,2,4,5,7,8,10,11,12))
BoxCox(out)

[Package FitAR version 1.0 Index]