I need to plot two regresion lines y(x) and x(y) on one plot. Is there any better way than doing this (and if not is it the right way to do it?): 1. counting regression parameters y~x 2. counting regression parameters x~y 3. transforming parameters from 2) 4. plotting two lines with abline
ever graphical package is good for me