R/unique.id.R

Defines functions .unique_id

.unique_id <- function(x)
{
  rval <- .Call("unique_id",
    as.numeric(x),
    as.numeric(unique(x)))

  return(rval)
}

Try the R2BayesX package in your browser

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

R2BayesX documentation built on Oct. 20, 2023, 9:11 a.m.