R/MPL.control.R

MPL.control <-
function(pi.est = NULL, h.est = NULL, boot.sample = 600)
{
    rval <- list(pi.est=pi.est, h.est=h.est, boot.sample=boot.sample)
    rval
}

Try the ITRLearn package in your browser

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

ITRLearn documentation built on May 2, 2019, 11:03 a.m.