
Last chance! 50% off unlimited learning
Sale ends in
testTransform
computes likelihood ratio tests for particular transformations
based on powerTransform
objects.testTransform(object, lambda)
## S3 method for class 'powerTransform':
testTransform(object, lambda=rep(1, dim(object$y)[2]))
estimateTransform
or powerTransform
.powerTransform
is used to estimate a power
transformation for a univariate or multivariate sample or multiple linear
regression problem, using the method of Box and Cox (1964). It is usual to
round the estimates to nearby convenient values, and this function is use to
compulte a likelihood ratio test for values of the transformation parameter
other than the ml estimate. This is a generic function, but with only one
method, for objects of class powerTransform
.powerTransform
.summary(a3 <- powerTransform(cbind(len, ADT, trks, sigs1) ~ hwy, Highway1))
# test lambda = (0 0 0 -1)
testTransform(a3, c(0, 0, 0, -1))
Run the code above in your browser using DataLab