As this forum proved to be very helpful, I got another question...
I'd like to fit data points on which I have an error, dx and dy, on each x
and y. What would be the common procedure to fit this data by a linear model
taking into account uncertainty on each point? Would weighting each point by
1/sqrt(dx2+dy2) (and taking dx and dy as relative errors) in a lm() fit do
the job? I would like to propagate uncertainty of the points into the
uncertainty of the fit, would that be the case?

Thanks for all the help
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Fitting-with-error-on-data-tp2715100p2715100.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.

Reply via email to