R/corc0.R

Defines functions corc0

Documented in corc0

corc0 <-
function(datavector,sampsize,dimension,subsampsize,nboot,u,mixties=FALSE,nthreads=2)
{
  return( .Call("InterCopulation", PACKAGE = "subrank",
    as.double(datavector),
    as.integer(sampsize), as.integer(subsampsize), as.integer(dimension),
    as.integer(mixties),
    as.integer(u), as.integer(nboot),
	as.integer(nthreads)
               )
        )
}

Try the subrank package in your browser

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

subrank documentation built on April 6, 2023, 1:11 a.m.