Is there a way to extract functions that are used when you plot with scatterplot
6 from car?
Example:
require(car)
What it produces by default is a scatterplot
with four lines, one for linear regression, 2 for residuals, and one (full red line) for a function that fits the data.
Now I want to know which function is used to produce the red line. Not this specific one, but generally is there a way to obtain this function?