[R] Deming Regression

2008-06-17 Thread Dexter Riley

Hi all.  Has anyone ever done a Deming Regression in R?  I'm wondering if
there's a simple way to do it.
Thanks for all your help!
-Ed
-- 
View this message in context: 
http://www.nabble.com/Deming-Regression-tp17949318p17949318.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.


Re: [R] Deming Regression

2008-06-18 Thread Tom La Bone

I believe that Deming regression also goes by the name of orthogonal
regression, which can be performed in R using pca methods. If you do a
search of the list for "orthogonal regression" you can see the previous
discussions of this topic.

Tom


Dexter Riley wrote:
> 
> Hi all.  Has anyone ever done a Deming Regression in R?  I'm wondering if
> there's a simple way to do it.
> Thanks for all your help!
> -Ed
> 

-- 
View this message in context: 
http://www.nabble.com/Deming-Regression-tp17949318p17981875.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.


Re: [R] Deming Regression

2008-06-18 Thread Cleber Nogueira Borges

Hello Dexter,

I have interest in this topic!
In my search in web, I find things about the MethComp package!

In this package, there is a Deming function ... for  Deming regression!

http://staff.pubhealth.ku.dk/~bxc/MethComp/Archive/
http://staff.pubhealth.ku.dk/~bxc/MethComp/


Cleber


Hi all.  Has anyone ever done a Deming Regression in R?  I'm wondering if
there's a simple way to do it.
Thanks for all your help!
-Ed



__
R-help@r-project.org 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.


Re: [R] Deming Regression

2008-06-18 Thread Dexter Riley

Excellent!  Thanks very much!



Cleber Nogueira Borges wrote:
> 
> Hello Dexter,
> 
> I have interest in this topic!
> In my search in web, I find things about the MethComp package!
> 
> In this package, there is a Deming function ... for  Deming regression!
> 
> http://staff.pubhealth.ku.dk/~bxc/MethComp/Archive/
> http://staff.pubhealth.ku.dk/~bxc/MethComp/
> 
> 
> Cleber
> 
>> Hi all.  Has anyone ever done a Deming Regression in R?  I'm wondering if
>> there's a simple way to do it.
>> Thanks for all your help!
>> -Ed
>>
> 
> __
> R-help@r-project.org 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.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Deming-Regression-tp17949318p17988400.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.


Re: [R] Deming Regression

2008-06-18 Thread Dexter Riley

Ah, great!  Thanks for the help.


Tom La Bone wrote:
> 
> I believe that Deming regression also goes by the name of orthogonal
> regression, which can be performed in R using pca methods. If you do a
> search of the list for "orthogonal regression" you can see the previous
> discussions of this topic.
> 
> Tom
> 
> 
> Dexter Riley wrote:
>> 
>> Hi all.  Has anyone ever done a Deming Regression in R?  I'm wondering if
>> there's a simple way to do it.
>> Thanks for all your help!
>> -Ed
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Deming-Regression-tp17949318p17988415.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.