search for: xibeta

Displaying 2 results from an estimated 2 matches for "xibeta".

2012 Jul 03
2
EM algorithm to find MLE of coeff in mixed effects model
...*%psi%*%t(datai$Zi))%*%(datai$yi-datai$Xi%*%beta) return(temp1+temp2) } ####################################################################### #functions to evaluate the conditional expection, saved as Efun v2.R #Eh1new=E(bibi') #Eh2new=E(X'(y-Zbi)) #Eh3new=E(bi'Z'Zbi) #Eh4new=E(Y-Xibeta-Zibi)'(Y-Xibeta-Zibi) #Eh5new=E(Xibeta-yi)'Zibi #Eh6new=E(bi) Eh1new=function(datai=data.list[[i]], weights.m=weights.mat) { #one way #temp=matrix(0,2,2) #for (i in 1:nrow(bi)) #{ #temp=temp+bi[i,]%*%t(bi[i,])*weights.m[i,1]*weights.m[i,2] #} #print(temp) #the other way bi=datai$b temp...
2012 Jul 03
0
need help EM algorithm to find MLE of coeff in mixed effects model
...%psi%*%t(datai$Zi))%*%(datai$yi-datai$Xi%*%beta) return(temp1+temp2) } ####################################################################### #functions to evaluate the conditional expection, saved as Efun v2.R #Eh1new=E(bibi') #Eh2new=E(X'(y-Zbi)) #Eh3new=E(bi'Z'Zbi) #Eh4new=E(Y-Xibeta-Zibi)'(Y-Xibeta-Zibi) #Eh5new=E(Xibeta-yi)'Zibi #Eh6new=E(bi) Eh1new=function(datai=data.list[[i]], weights.m=weights.mat) { #one way #temp=matrix(0,2,2) #for (i in 1:nrow(bi)) #{ #temp=temp+bi[i,]%*%t(bi[i,])*weights.m[i,1]*weights.m[i,2] #} #print(temp) #the other way b...