R/Scontrol.R

Defines functions Scontrol

Scontrol <-
function(nsamp=500, k=3, bestr=5, convTol=1e-10, maxIt=50) {
  
  return(list(nsamp=nsamp, k=k, bestr=bestr, convTol=convTol, maxIt=maxIt))
}

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.