# NOT RUN {
# load data set
data( front41Data )
# estimate a Cobb-Douglas production frontier
cobbDouglas <- sfa( log( output ) ~ log( capital ) + log( labour ),
data = front41Data )
# conduct the RESET test
resettestFrontier( cobbDouglas )
# }
Run the code above in your browser using DataLab