How to calculate Total least squares in R? (Orthogonal regression) [closed]
I didn't find a function to calculate the orthogonal regression (TLS - Total Least Squares). Is there a package with this kind of function? Update: I mean calculate the distance of each point symmetrically and not asymmetrically as lm() does. You might want to consider the Deming() function in package MethComp [ function info ]. The package also contains a detailed derivation of the theory behind Deming regression. The following search of the R Archives also provide plenty of options: Total Least Squares Deming regression Your multiple questions on CrossValidated, here and R-Help imply that