Introduction
In the first part of this article I explained and compared four different functional forms to model apples' production.
This is what I need to retake the previously explained examples:
# Libraries
#install.packages(c("micEcon","lmtest","bbmle","miscTools"))
library(micEcon)
library(lmtest)
library(stats4) #this is a base package ...
[Read more...]