Announcement

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

  • #16
    As the error message says there are some values missing in variable m and hence the reshape does not work. First you should find out why these values are missing (data error, input error?) To proceed anyway, you must delete these values like
    Code:
    drop if missing(m)
    But make sure to check what is the underlying cause.
    Best wishes

    (Stata 16.1 MP)

    Comment


    • #17
      Originally posted by Felix Bittmann View Post
      As the error message says there are some values missing in variable m and hence the reshape does not work. First you should find out why these values are missing (data error, input error?) To proceed anyway, you must delete these values like
      Code:
      drop if missing(m)
      But make sure to check what is the underlying cause.
      Ok, thank you.

      Comment


      • #18
        I was wondering if it would make sense to conduct the signrank and signtest. Anyone having some issues about this? Thanks.

        Comment


        • #19
          Well you can do this if you think that the assumptions of the paired t-test do not hold. Another option is to use the permutation tests for paired samples.
          Best wishes

          (Stata 16.1 MP)

          Comment

          Working...
          X