R/select.R

Defines functions select

select  <- function(x)
{
#  dist$fit[which.min(x$fit)]
  as.numeric(names(which.min(x$fit)))
}

Try the emma package in your browser

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

emma documentation built on May 2, 2019, 2:47 p.m.