Answers for "how to get the r2 value in r"

R
0

how to get the r2 value in r

rsq <- function (x, y) cor(x, y) ^ 2
Posted by: Guest on November-04-2020

Browse Popular Code Answers by Language