I am trying to estimate the following non-linear model via the Estimation Equation menu:
Code: Select all
logy = c(3)+(1/c(2))*log((((eal*x1)^c(1)+(eak*x2)^c(1))^(c(2)/c(1))+(eae*x3)^c(2)))But I am getting "Insufficeint number of observations" message, though, the data has 215 observations.
