R/estMLE.R

Defines functions estMLE

Documented in estMLE

estMLE <-
function(data, type){
	gstar <- estGStar(data)
	tau <- estTau(data, type, gstar)
	
	return(list(gstar=gstar, tau=tau))
}

Try the bingat package in your browser

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

bingat documentation built on May 1, 2019, 9:11 p.m.