Answers for "R squared regression in r with ggplot"

R
0

R squared regression in r with ggplot

+ geom_smooth(method=lm, se=F) +
    stat_poly_eq(formula = my.formula, 
                 aes(label = paste(..eq.label.., ..rr.label.., sep = "~~~")), 
                 parse = T)
Posted by: Guest on January-14-2021

Browse Popular Code Answers by Language