Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

how to get the r2 value in r

rsq <- function (x, y) cor(x, y) ^ 2
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
2+5 =