Announcement

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

  • Beta regressions

    Hi,

    How do I generate and report R or adjusted -R squared information from Beta regressions (betareg)? Does R / adjusted -R squared apply to such models?

    Thanks in advance!

  • #2
    It doesn't
    ---------------------------------
    Maarten L. Buis
    University of Konstanz
    Department of history and sociology
    box 40
    78457 Konstanz
    Germany
    http://www.maartenbuis.nl
    ---------------------------------

    Comment


    • #3
      You can always define a kind of R-squared by computing the squared correlation between y and its estimated mean function. This is the squared correlation between y and the fitted values y^. There’s a version based on sum of squared residuals, too. In linear regression they’re the same. You can compare the R^2 from the nonlinear and linear models.

      Comment


      • #4
        See also https://www.stata.com/support/faqs/s...ics/r-squared/

        Comment

        Working...
        X