Announcement

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

  • #16
    Daniel is absolutely right. I should have mentioned that. You can also find a nice set of presentation slides on correlated random effects by Jeffrey Wooldridge at http://www.iza.org/conference_files/...linear_iza.pdf
    https://twitter.com/Kripfganz

    Comment


    • #17
      Thank you

      Comment


      • #18
        Originally posted by daniel klein View Post

        This claim is not true. Victoria should not "look" at the data, but let Stata do this for her.

        Code:
        webuse psidextract
        bys id (t) : assert ed[_n] == ed[1]
        indicates that indeed ed does not change over time within each individual.

        There should also be no need to be searching the internet for examples, as following the link in

        Code:
        help xthtaylor
        to the manual entry provides illustrating examples along with the formal statistical background.

        Best
        Daniel
        Hi, Daniel

        I am very new on panel data analysing. it seemed that you know a lot on hybrid models. I am wondering is it possible to create a ordinal logistic hybrid model with stata? I will appreciate it very much if you would like to offer me some suggestions.

        Best wishes
        Olivia

        Comment

        Working...
        X