Announcement

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

  • fitted values

    how do I calculate fitted values in stata???

  • #2
    in general, after fitting a model you use the -predict- command; there are some differences in the use of -predict- depending on what estimation model was used so, while it is fine to start with
    Code:
    help predict
    you will almost certainly need the more specific help that is directly relevant to your estimation model; for example, see
    Code:
    help logistic postestimation
    where you replace "logistic" with your estimator

    Comment

    Working...
    X