Displaying 1 result from an estimated 1 matches for "icfr".
Did you mean:
cfr
2008 Sep 19
0
panel data analysis possible with mle2 (bbmle)?
.../cfrontr1[1:(years-1),])-1
x<-matrix(1,years*cross,3)
x[,1] <- 1
x[,2] <- sa
x[,3] <- ta
coeffs <- vector(length=3)
coeffs[1] <- cc1
coeffs[2] <- cc2
coeffs[3] <- cc3
e1 <- (x %*% coeffs);alpha1 <- alstar*plogis(e1);dim(alpha1) <- c(years,cross)
icfr <- c(ic1,ic2,ic3)
atech[1,1:cross] <- icfr[1:cross]*cfrontr1[1,1:cross]
rr1[1,1:cross] <- atech[1,1:cross]/cfrontr1[1,1:cross]
for (i in 2:years) {
agwth[i,1:cross]=(rr1[i-1,1:cross]-alpha1[i-1,1:cross])*beta1*(1-rr1[i-1,1:cross])+cfgwth[i,1:cross]
atech[i,1:cross]=atech[i-1,1...