R/kmPredictWrapper.R

Defines functions kmPredictWrapper

Documented in kmPredictWrapper

kmPredictWrapper <- function(newdata, km.object) 
  predict(object = km.object, newdata = newdata, type = "UK", 
          se.compute = FALSE, checkNames = FALSE)$mean

Try the fanovaGraph package in your browser

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

fanovaGraph documentation built on Oct. 23, 2020, 5:46 p.m.