R/canon2real.r

Defines functions canon2real

Documented in canon2real

canon2real <- function(Rcanon, R, B=c(0,1))
{
   storage.mode(Rcanon) <- "integer"
   storage.mode(R) <- "double"
   storage.mode(B) <- "integer"
   .Call("CanonicalToRealForR", Rcanon, 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.