search for: cfgwth

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

Did you mean: cfgrtl
2008 Sep 19
0
panel data analysis possible with mle2 (bbmle)?
...13 #cross sections and years to be included frontr<-vector(length=years);ggwth <- 0.03; frontr[1]=17 for (i in 2:years) {frontr[i]=frontr[i-1]*(1+ggwth)} frontr <- rep(frontr,times=cross) atech <- matrix(0,years,cross);rr1 <- matrix(0,years,cross) agwth <- matrix(0,years,cross);cfgwth <- matrix(0,years,cross) aobs <- c(15.89,16.69,17.93,17.49,18.3,19.1,19.2,19.4,20.29,21.13,21.42,22.76,23.83, 14.1,14.4,13.4,14.9,15.23,15.4,15.55,16.7,17.8,18.87,18.99,19.24,20.59, 14.3,14.4,14.7,14.9,15.2,15.43,15.5,17.1,17.5,18,18.3,18.7,19); dim(aobs) <- c(years,cr...