Please refer to https://github.com/BPLIM/Tools/tree/master/ados/General/panelstat for the most updated version
panelstat
is a Stata tool to explore unbalanced panel data sets. The software was developed to explore in detail a panel data set. The options that were added reflect particular needs felt by the restricted group of users at BPlim - the microdata laboratory at the Banco de Portugal - who use it on a regular basis. No attention has been given to formatting of outputs.
panelstat
is not in SSC. To install run the following in Stata:
net install panelstat, from("https://github.com/BPLIM/Tools/raw/master/ados/General/panelstat/")
The file panelstat_UG.stmd
contains a Stata markdown file
Use (markstat
)[https://data.princeton.edu/stata/markdown] to create the user guide for panelstat
After installing the markstat
ado type
markstat using panelstat_UG.stmd
to create an html with the user guide (panelstat_UG.html).
Paulo Guimaraes
Banco de Portugal
Email: [email protected]
This package benefited from many comments by Marta Silva and Emma Zhao and other users.