boxcox.geodata: Box-Cox transformation for geodata objects
Description
Method for Box-Cox transformation for objects of the class
geodata assuming the data are independent.
Computes and optionally plots profile log-likelihoods for the parameter of the Box-Cox simple power transformation \(y^lambda\).
Usage
# S3 method for geodata
boxcox(object, trend = "cte", ...)
Value
A list of the lambda vector and the computed profile log-likelihood vector, invisibly if the result is plotted.
Arguments
object
an object of the class geodata. See as.geodata.
trend
specifies the mean part of the model. See
trend.spatial for further details.
Defaults to "cte".