Announcement

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

  • partial adjustment model

    Sorry if I am posting irrelevant question here.
    1. I am trying to find way to apply partial adjustment model. Can it work for two values lev and lag(lev) as defined in equation 3 of the attached jpeg. any explanation from other sources
    would be appreciated.
    2. Is there anyway in stata which lead me to estimate equation 5 for each firm for each year. Sorry I don't know much in this regard. Previously I have learned only OLS estimates.


    Click image for larger version

Name:	12.jpg
Views:	4
Size:	137.8 KB
ID:	1397180
    Attached Files

  • #2
    Kalyani:
    q1) see -D.- notation under -help tsvarlist-;
    q2) you may want to try:
    Code:
    bysort idfirm year: regress <depvar> <indepvars>
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      Lazzaro:
      So It mean I just need to do lev-lag(lev) as the one I understand from your suggested help. So what is the meaning of partial adjustment here?
      Originally posted by Carlo Lazzaro View Post
      Kalyani:
      q1) see -D.- notation under -help tsvarlist-;

      Comment


      • #4
        Kalyani:
        There's probably an issue concernig the -lambda- value, but it falls outside my knowledge.
        Kind regards,
        Carlo
        (Stata 19.0)

        Comment


        • #5
          Is there anyone else who can suggest something about partial adjustment model and -lambda- value.

          Comment


          • #6
            What to add in this regression for applying firm fixed effect?
            Originally posted by Carlo Lazzaro View Post
            Kalyani:
            Code:
            bysort idfirm year: regress <depvar> <indepvars>

            Comment


            • #7
              Kalyani:
              try:
              Code:
              bysort idfirm year: regress <depvar> <indepvars> i.idfirm
              but you will probably see that -i-idfirm- will be omitted due to collinearity (or you may even end up with an error message saying "insufficient observation").
              Last edited by Carlo Lazzaro; 15 Jun 2017, 09:57.
              Kind regards,
              Carlo
              (Stata 19.0)

              Comment

              Working...
              X