Announcement

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

  • psacalc R_max estimation

    Dear users,

    I am using psacalc to test OVB

    My regression equation is-
    Code:
     reg y x1 x2 x3 x4 x5 x6 x7 cid* agedum*
    Then I use psacalc

    Code:
     psacalc beta x1, delta(1)rmax(.23) control(x2 x3 cid* agedum*) // this results as given in figure-1
    Code:
     psacalc delta x1, rmax(.23) control(x2 x3 cid* agedum*) // this results as given in figure-2
    From these figures, I get Baseline Effect, Controlled Effect, Identified Set, and ̃ δ for β = 0 given Rmax

    My query is --

    How to get
    Max. R for β = 0̃ given δ = 1?
    Code:
     Figure-1
    Click image for larger version

Name:	beta.png
Views:	1
Size:	17.4 KB
ID:	1752261



    Code:
     Figure-2
    Click image for larger version

Name:	delta.png
Views:	1
Size:	11.3 KB
ID:	1752262


    Best regards,
    Mukesh
Working...
X