Using predict() one can obtain the predicted value of the dependent variable (y) for a certain value of the independent variable (x) for a
predict()
y
x
The chemcal package has an inverse.predict() function, which works for fits of the form y ~ x and y ~ x - 1
inverse.predict()
y ~ x
y ~ x - 1