R/delta.QQ.R

Defines functions delta.QQ

Documented in delta.QQ

delta.QQ <-
function(model,alpha=.1,ln=FALSE)
	sapply(as.list(model$x.info[,'Emp']),function(h)
		distr(c(alpha/2,1-alpha/2),'norm',as.numeric(delta.Q(h,model,ln)),type='q'))

Try the FAmle package in your browser

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

FAmle documentation built on March 18, 2022, 5:29 p.m.