dat$predlm = predict(fitlm). And then use these in geom_line() to add fitted lines based on the new predlm variable. ggplot(dat, aes(x = x1, ...
確定! 回上一頁