🚀 The Goal
In the plot module, implement a scatterplot adding the regression line fit by the model.
💡 Motivation
Useful for visualizing numerical vs numerical data with the real regression line incorporated.
🎯 Proposed Solution
Use the code designed for the bladder paper and create a plotting submodule inside the plot module.
🚀 The Goal
In the plot module, implement a scatterplot adding the regression line fit by the model.
💡 Motivation
Useful for visualizing numerical vs numerical data with the real regression line incorporated.
🎯 Proposed Solution
Use the code designed for the bladder paper and create a plotting submodule inside the plot module.