powered by
Take two numeric vectors and return the "Pearson" coefficient of correlation for the linear regression between x and y.
x
y
R2(x, y)
numeric vectors of same length.
Return the "Pearson" coefficient of correlation for the linear regression between the vectors x and y.
rss, mse, rmse, R2mse, pmse
rss
mse
rmse
R2mse
pmse