R/MetricI.R

Defines functions MetricI

# Rearranges the arguments of the *.stat functions
#    Used in conjunction with optimize
MetricI <- function(i,fun=ksStat,...)
{
   return(fun(i=round(i),...))
}

Try the twang package in your browser

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

twang documentation built on May 2, 2019, 6:53 p.m.