Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
Thursday, October 31, 2019
Applying Bai-Perron Test to Time Series data structured in panel format
Hello,
I have a panel dataset where data is there for each country. I want to run the stata command for each country.
https://www.wiwiss.fu-berlin.de/fach...G_V02_Main.pdf
In this paper, the author has developed a Stata package "sbbpm".
The syntax is:
sbbpm depvar timevar, [minspan(#) maxbreaks(#) alpha(#) trimming(#) het(string) prewhit(#) method(string)]
I tried to run the synatx for each country using if condition like:
sbbpm depvar timevar, [minspan(#) maxbreaks(#) alpha(#) trimming(#) het(string) prewhit(#) method(string)] if id==1
but it does not allow if.
I'm wondering if can be done some local or global looping...
would highly appreciate your help...
No comments:
Post a Comment