This function allows you to visualize the 4-in-1 residual plot function from Minitab. Input a list for your x value, a list for your value, an optional custom title for your graph, and that's it!
1  | minitabRes(x, y, Title = "Residual Plots")
 | 
x | 
 A list of values that will serve as your explanatory "x" variable.  | 
y | 
 A list of values that will serve as your dependent "y" variables.  | 
Title | 
 This is the title of your set of graphs, defaults to "Residual Plots".  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.