The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
"plotting regression line"
I wonder if it's possible to plot a regression line. Unfortunately I can just calculate the coefficient and the intercept, but I did not find an operator or a functionality to plot the calculated regression line.
Any ideas?
Any ideas?
Tagged:
0
Answers
Best regards,
Marius
I want something different, I want the independent variable on the X, the dependent variable on the Y, the points plotted and the regression line, which will be characterized by it's angular coefficient and the intercept. What I want is the equivalent of the result of the function abline() applied to lm() in the R language, if this helps to understand my needs better.