search for: frontr

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

Did you mean: front
2008 Sep 19
0
panel data analysis possible with mle2 (bbmle)?
...order to give you an idea of what I'm trying to do, I have written this -as short as possible- sketch of the model - sorry I couldn't make it any shorter: ################################################################ cross <- 3;years <- 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....