Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 420 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 420 Bytes

This code shows how to generate a cool 3D scatter/distributions plot for regression analysis:

alt text

To make a nice plot of the residuals, simply replace data.y with residuals(ols) in the App.jl file:

alt text