Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Cite codes usage as shown here.

Stata commands to estimate the GTRE panel data stochastic frontier models written and maintained by Oleg Badunenko ().

Codes to replicate the results in the chapter can be found here.

Installation

First, the tool to install from GitHub is required. It can be installed by typing in the Stata command line:

net install github, from("https://haghish.github.io/github/")

typical search is performed by typing

github search sf

which provides tools for installation. The package can be installed directly by typing

github install OlegBadunenko/sf-panel

The package can be installed without the github command:

net install xtsf, from("https://raw.githubusercontent.com/OlegBadunenko/sf-panel/main")

Help

Help files after installation can be called as usual:

help xtsf

Uses

This article guides through the code to replicate the results presented in the chapter.