Hi all:
How to report the different significance levels for this code when estimating the stability of regression coefficients after "regress"?
It does not allow for an option such as "levels(99 95 90", for example?
How can I show level(95) and level (90) in addition to level (99) on the same graph (i.e., different confidence intervals)?
Thanks
How to report the different significance levels for this code when estimating the stability of regression coefficients after "regress"?
Code:
estat sbcusum, level(99)
How can I show level(95) and level (90) in addition to level (99) on the same graph (i.e., different confidence intervals)?
Thanks
Comment