[R] Inverse BoxCox transformation
joris.dewolf at cropdesign.com
joris.dewolf at cropdesign.com
Mon Jun 18 12:23:35 CEST 2007
to backtransform 'estimate':
if (lambda == 0 ) {
log(estimate)
} else {
estimate^(1/lambda)
}
"Des Callaghan"
<descall at blueyond
er.co.uk> To
Sent by: <r-help at stat.math.ethz.ch>
r-help-bounces at st cc
at.math.ethz.ch
Subject
[R] Inverse BoxCox transformation
18/06/2007 09:32
Hi,
I can't seem to find a function in R that will reverse a BoxCox
transformation. Can somebody help me locate one please? Thanks in advance.
Best wishes,
Des
[[alternative HTML version deleted]]
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list