Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • confidence levels on graph

    Hi all:

    How to report the different significance levels for this code when estimating the stability of regression coefficients after "regress"?
    Code:
    estat sbcusum,  level(99)
    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

  • #2
    .
    Last edited by Mike Kraft; 18 May 2023, 20:12.

    Comment


    • #3
      Hi again

      to provide more clarification; the full code will be

      Code:
      reg unem inf, r
      estat sbcusum,  level(95)
      This will produce a figure with 95% confidence bands. How can I add the 90% and 99 % confidence bands to the figure? Is there a way to get around this? thank you
      Last edited by Mike Kraft; 18 May 2023, 20:13. Reason: Sorry, the previous post has been sent twice and I tried to remove the duplicate post in #2

      Comment

      Working...
      X