R/real2canon.r

Defines functions real2canon

Documented in real2canon

real2canon <- function(R,B=c(0,1))
{
   storage.mode(R) <- "double"
   storage.mode(B) <- "integer"
   .Call("RealToCanonicalForR", R, B)
}

Try the MLEcens package in your browser

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

MLEcens documentation built on Oct. 18, 2022, 5:05 p.m.