Re: [R] Propagate errors with prediction interval

2015-06-28 Thread Bert Gunter
1. You need to research "errors in variables regression." 2. This is off topic here. This list is about R programming, not statistics. Post on a statistics list like stats.stackexchange.com instead. 3. Better yet, consult a local statistical expert. 4. If you post on R issues here, follow the li

[R] Propagate errors with prediction interval

2015-06-28 Thread Shaunna Morrison
Hello! I have a linear dataset with known values of X & Y in R. I treat the dataset as a linear model. I have a data point with a known value of X and an unknown value of Y. The X value has an associated instrument error. Goal: compute the prediction interval (of Y) for the data point, X, and i