Announcement

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

  • marginal results for melogit

    I am modeling a proportion (numerator/denominator where the denominator represents the number of trials and the numerator the number of successes), comparing performance between 2 groups of subjects over time, with melogit as follows:

    Code:
    melogit numerator i.time##i.group [pweight = w], || subject:time, covariance(unstructured) binomial(denominator)
    The problem I'm running into is that when I try to get the marginal predictions:

    Code:
    margins i.time#i.group, predict(fixedonly)
    Then I get the predictions in terms of the numerator. How do I get the marginal predictions instead as proportions?

  • #2
    I asked this question in the "General" Forum and it has been resolved.

    Comment

    Working...
    X