I presume the reference is to the 'geometric mean
functional regression' or the 'line of organic
correlation' or 'reduced major axis regression'.  If
so, this is relatively easy alsmost trivial to
implement in R. Maybe it's in a package, but I never
looked. I worked from Helsel's description in his
classic water resources statistics book. See Chapter
10 here: 

http://water.usgs.gov/pubs/twri/twri4a3/

Now, if you are after confidence intervals or
prediction intervals, I haven't found anything on that
yet. Seems that I did something a couple of year ago
by hacking some approximate residuals using the LOC
line and the data, and then feeding that into the CL
and PL equations for OLS. (Be advised that I'm not a
statistician and did that in the spirit of 
approximation--who knows? :O) )

By coincidence I've been looking at this again
recently. Maybe bootstrapping....

Regards,
Michael Grant

--- Kjetil Brinchmann Halvorsen <[EMAIL PROTECTED]>
wrote:

> Poizot Emmanuel wrote:
> 
> > Hi,
> >
> > is it possible to perform a geometric mean
> regression with R ?
> > Thanks.
> >
> As has been said on this list before, "This is R,
> there is no if, only 
> how",
> 
> but if you actually wanted to ask how it is
> possible, it would help if
> you explained what is "geometric mean regression".
> 
> Kjetil
> 
> > ------------------------------------------------
> > Emmanuel Poizot
> > Cnam/Intechmer
> > B.P. 324
> > 50103 Cherbourg Cedex
> >
> > Phone (Direct) : (00 33)(0)233887342
> > Fax : (00 33)(0)233887339
> > ------------------------------------------------
> >
>
>------------------------------------------------------------------------
> >
> >______________________________________________
> >[email protected] mailing list
> >https://stat.ethz.ch/mailman/listinfo/r-help
> >PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
> >
>
>------------------------------------------------------------------------
> >
> >No virus found in this incoming message.
> >Checked by AVG Anti-Virus.
> >Version: 7.0.322 / Virus Database: 267.4.0 -
> Release Date: 01/06/2005
> >  
> >
> 
> 
> -- 
> 
> Kjetil Halvorsen.
> 
> Peace is the most effective weapon of mass
> construction.
>                --  Mahdi Elmandjra
> 
> 
> 
> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> 
> ______________________________________________
> [email protected] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to