R/MMcontrol.R

Defines functions MMcontrol

MMcontrol <-
function(bdp=0.50, eff=0.95, shapeEff=FALSE, convTol.MM=1e-7, maxIt.MM=50, fastScontrols=Scontrol(...), ...) {
  
  return(list(eff=eff, bdp=bdp, shapeEff=shapeEff, convTol.MM=convTol.MM, maxIt.MM=maxIt.MM, fastScontrols=fastScontrols))
}

Try the robflreg package in your browser

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

robflreg documentation built on May 29, 2024, 3:55 a.m.