tests/tst_rmse_r2.R

library(devtools)
load_all(".")

x <- c(1,2,3,4)
y <- c(1,4,5,2)

RMSE(x,y)

R2(x,y)
iaolier/mtl-qsar documentation built on Aug. 8, 2019, 5:55 p.m.