Hi all,
Following Barton, Burnett, Gunny, and Miller (2024 Management Science), I’m estimating a biprobit model to separate the probability of committing and detecting restatements. I'm following their Table 3, but changed the dependent variable to be whether a restatement was filed in a certain year. I'm analyzing this in a difference-in-differences setting, therefore I have treatxpost as the variable of interest.
My code looks like this:
biprobit (restatement treatxpost treat post $alist) (rr treatxpost treat post $blist), partial nolog difficult vce(cluster gvkey)
I’d like to ask:
Thank you,
Kangkang
Following Barton, Burnett, Gunny, and Miller (2024 Management Science), I’m estimating a biprobit model to separate the probability of committing and detecting restatements. I'm following their Table 3, but changed the dependent variable to be whether a restatement was filed in a certain year. I'm analyzing this in a difference-in-differences setting, therefore I have treatxpost as the variable of interest.
My code looks like this:
biprobit (restatement treatxpost treat post $alist) (rr treatxpost treat post $blist), partial nolog difficult vce(cluster gvkey)
- The first equation models the probability of a commitment (restatement), and the second models detection (rr = restatement).
- $alist contains control variables for restatements (Accruals, AltmanZ, Litigation, Loss, MTB, CFO, CFOVolatility, PPEGrowth, SalesGrowth, SalesVolatility, SharesIssued, StockReturn, StockReturnVolatility, TotalLeverage, #OperatingSegments, PerfMatchedDA).
- $blist includes all variables in $alist plus a set of exclusionary restrictions (AbRestAnnounce, AbROA, DisastrousRet, Turnover, Volatility).
I’d like to ask:
- Is the convergence issue fatal for interpreting the results?
- How can I resolve this non-convergence issue?
Thank you,
Kangkang
Comment