We can plot the regression line from the estimated slope (β1) and intercept (β0) using geom_abline() : ggplot(ans1, aes(x = x, y = y)) + geom_point() + ...
確定! 回上一頁