R/PAL.control.R

Defines functions PAL.control

Documented in PAL.control

PAL.control <-
function(pi1.est = NULL, pi2.est = NULL, h1.est=NULL, h2.est=NULL, kappa=NULL, 
         penalty='SCAD')
{
    rval <- list(pi1.est=pi1.est, pi2.est=pi2.est, h1.est=h1.est, h2.est=h2.est,
	             penalty='SCAD')
    rval
}

Try the ITRSelect package in your browser

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

ITRSelect documentation built on May 1, 2019, 10:56 p.m.