Description Usage Arguments Deprecated Function Examples
Plot to demonstrate that the regression line always passes through mean of the response and predictor variables.
| 1 | ols_plot_reg_line(response, predictor)
 | 
| response | Response variable. | 
| predictor | Predictor variable. | 
ols_reg_line() has been deprecated. Instead use ols_plot_reg_line().
| 1 | ols_plot_reg_line(mtcars$mpg, mtcars$disp)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.