Announcement

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

  • checking the imputed values

    Hi all,
    I have watched a video by chuck huber about multiple imputation. i want to know how to check the imputed values once it is done.

  • #2
    Abdeillah:
    you may want to see -help mi xeq-.
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      what do you mean by "check the imputed values"? if you are referring to diagnostics, then
      Code:
      search midiagplots
      and follow the instructions to download; you may also want to read the accompanying Stata Journal article (vol 12 #3) available for free at the Stata web site

      if you mean something else, please clarify

      Comment


      • #4
        What i mean is how can display my data in the data browser after imputation after imputations to see the what values were used to replace my missing values

        chers

        Comment


        • #5
          You would just browse normally. If set your data up wide, you'd scroll right to see the imputed values. If you used a long style, scroll down. This can be cumbersome, so it's best to tabulate the imputations separately.
          Be aware that it can be very hard to answer a question without sample data. You can use the dataex command for this. Type help dataex at the command line.

          When presenting code or results, please use the code delimiters format them. Use the # button on the formatting toolbar, between the " (double quote) and <> buttons.

          Comment

          Working...
          X