R/reduc.r

Defines functions reduc

Documented in reduc

reduc <- function(R,B=c(0,1),hm=FALSE,cm=FALSE)
{
   storage.mode(R) <- "double"
   storage.mode(B) <- "integer"
   storage.mode(hm) <- "integer"
   storage.mode(cm) <- "integer"
   .Call("ReductionStepForR", R, B, hm, cm)
}

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.