Possible Duplicate:
How to calculate Total least squares in R? (Orthogonal regression)
I have to implement Total Least Squares model in R instead of lm() (linear regression)
Who don't understand what I mean, this link maybe be useful: http://en.wikipedia.org/wiki/Total_least_squares
Is there a R function for this kind of regression model?