Hi. I´m using xtbreak command on a panel data of i = 1, ...32 and t = 2005q1 ... 2024q4. I´m running this command: xtbreak estimate Δu Δy, csa(Δu Δy) breaks(2) trim(0.1) and it gves:
Estimation of break points
Number of obs = 2528
Number of Groups = 32
Obs per group = 79
SSR = 647.72
Trimming = 0.10
--------------------------------------------------------------------------------
# Index Date [95% Conf. Interval]
--------------------------------------------------------------------------------
1 20 2010q1 0910q2 3109q4
2 60 2020q1 2017q1 2023q1
--------------------------------------------------------------------------------
Cross-section averages:
with breaks: Δu Δy
The problem is the confidence interval. It gives dates not incluyded in the data set. What could it be? What can I do?
Estimation of break points
Number of obs = 2528
Number of Groups = 32
Obs per group = 79
SSR = 647.72
Trimming = 0.10
--------------------------------------------------------------------------------
# Index Date [95% Conf. Interval]
--------------------------------------------------------------------------------
1 20 2010q1 0910q2 3109q4
2 60 2020q1 2017q1 2023q1
--------------------------------------------------------------------------------
Cross-section averages:
with breaks: Δu Δy
The problem is the confidence interval. It gives dates not incluyded in the data set. What could it be? What can I do?

Comment