R/gap.R

Defines functions gap

#' @importFrom plyr ddply
gap <- function(data){
  sum(ddply(data, .(data$Id), gapi)==T)>1
}

Try the WCE package in your browser

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

WCE documentation built on May 29, 2024, 2:40 a.m.