Skip to content
Prev 42990 / 398506 Next

avas and ace

On 01/20/04 17:34, frat zdemir wrote:
It seems to me that the point of avas() and ace() is to arrive at
a transform that meets the criteria of each procedure but is not
necessarily based on some simple functional form like the
logarithm.  The lack of restriction to any particular functional
form is what is particularly useful.

You might, however, compare a simple function to the results of
avas or ace.  The output of each function consists of the
transformed values ty (the dependent variable) and a matrix of
predictors tx.  You also get y and x.  You can access these as
follows:

ace1 <- ace(..[all your stuff]..)
ace1$ty
ace1$y
etc.

If you think that ty is the log of y, then plot ty as a function
of log(y) and see if you get a straight line.  Or test for
linearity however you like.