R/print.RE.R

print.RE <-
function(x, ...){
cat('    Reduction of Error(RE)=', round(x[[1]],3),' \n 
    Mean squared erro(MSE)=', round(x[[2]],3),' \n
    Root mean squared error(RMSE)=', round(x[[3]],3),'\n')
}

Try the dcv package in your browser

Any scripts or data that you put into this service are public.

dcv documentation built on May 1, 2019, 9:25 p.m.