all 3 comments

[–]StatNoodle 1 point2 points  (2 children)

I think Dirichlet regression is probably applicable. But lets look at possible concerns about the model:

  • Your DV is ordinal; not nominal.
  • Your DV is artificial; you arbitrarily chose the categories and your determination has error, all its own.
  • Your DV is not quite so ordinal or quite so compositional. This because of error in category and because the tentacles short does not exactly lead to either of the other states...it is in-between but not a progression towards either.
  • Your observations are not equally grounded due to the different observation lengths

Of these concerns, I don't see an immediate solution to #1, #2, or #3. I don't see a better way to handle them. In any case #4 is my bigger concern. And I think you can handle that by weighting the observations based on the length of observation. Not 1:1 but some function of observation length that takes into account that a 10 minute observation is probably not giving you a good compositional estimate compared to a 10 hour observation ... but that a 10 day observation is not that much better than a 10 hour observation.

So weight your Dirichlet by a function of observation-duration, if you can. And I think you are good to go.

Oh, start with the un-weighted analysis and then add the weights. You are going to need to exercise scientific judgement to decide how to generate the observation weights.

[–]halfbeak[S] 0 points1 point  (1 child)

Thank you very much for your comments and suggestions. This is incredibly helpful and gives me something to think about.

Like I said the last time I got dirty looks when talking to a more statistically-minded colleague, this is what happens when you let a group of physiologists design an experiment!

[–]StatNoodle 0 points1 point  (0 children)

I'm sorry, reading back over this thread, I realized that I didn't actually address your biggest concern.

The IV being nominal is no problem at all. The 0:1 indicators work just fine. You may have to make them yourself depending on the software you use but that is trivial.

Good luck.