R/cma.delta.lm.HL.R

cma.delta.lm.HL <-
function(dat,delta,max.itr=500,tol=1e-4,error.indep=FALSE,error.var.equal=FALSE,Sigma.update=FALSE,
                          var.constraint=FALSE)
{
  re<-cma.delta.lm(dat,delta,max.itr,tol,error.indep,error.var.equal,Sigma.update,var.constraint)
  return(re$HL)
}

Try the macc package in your browser

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

macc documentation built on May 2, 2019, 12:23 p.m.