search for: betad1

Displaying 1 result from an estimated 1 matches for "betad1".

Did you mean: beta1
2010 Jul 20
0
Maximum likelihood estimation in R
...e like mine or how to get rid of this error message. Could you give me some suggestion? Thanks a lot for your kind help. My R code is as follows. If more information is needed, please let me know. lf<-function(theta,Y,X,G) { N<-26*26 l<-matrix(1,26,1) alpha<-theta[1:4] betad1<-t(t(theta[5:6])) betad2<-t(t(theta[7:8])) betad3<-t(t(theta[9:10])) betad4<-t(t(theta[11:12])) betao1<-t(t(theta[13:14])) betao2<-t(t(theta[15:16])) betao3<-t(t(theta[17:18])) betao4<-t(t(theta[19:20])) gamma<-theta[21:24] pd<-theta[25] po<-theta[26] pw<-theta[2...