How does one fit a linear regression line to a scatter plot using base R? Assuming you already have the summary info from the linear model.
Var1= B0 + B1VAR2 + B2VAR3