R/pv.R

Defines functions pv

Documented in pv

pv<-
function(index,optm){
  rms<-function(actual,predicted){
    return(sqrt(mean((actual-predicted)^2)))
  }
  return(1-rms(index,optm))
}

Try the forestSAS package in your browser

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

forestSAS documentation built on May 1, 2019, 10:15 p.m.