Announcement

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

  • multicollinearity poisson regression

    I am performing Poisson regression, I was wondering what type of multicollinearity check is available for this regression, because it returns an error with vif

    . vif

    not appropriate after regress, nocons;

    use option uncentered to get uncentered VIFs

    r(301);

Working...
X