R/bestmodel.multicut.R

bestmodel.multicut <-
function (object, which=NULL, ...)
{
    .extractOpticut(object, which,
        boot=FALSE,
        internal=TRUE,
        full_model=TRUE,
        best=TRUE,
        Z=object$strata, ...)
}

Try the opticut package in your browser

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

opticut documentation built on May 2, 2019, 5:09 a.m.