R/covLCA.paramVariance.R

covLCA.paramVariance <-
function(prior,probs,rgivy,R,S1,S2,J,K.j,x,y,z,N)
{
	
	ret=ginv(-covLCA.varianceFirst(prior,probs,rgivy,R,S1,J,K.j,S2,x,y,z)-covLCA.varianceSecond(rgivy,x,S1,R,J,K.j,probs,y,S2,N,z))
	return(ret)
}

Try the covLCA package in your browser

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

covLCA documentation built on May 2, 2019, 9:35 a.m.