melff / mclogit

mclogit: Multinomial Logit Models, with or without Random Effects or Overdispersion
http://melff.github.io/mclogit/
23 stars 4 forks source link

rename residual.df to df.residual in results object #4

Closed ghost closed 4 years ago

ghost commented 5 years ago

This is only a very minor thing but the results object from a mclogit call should return an object where the residual df is called "df.residual". At the moment (0.6.1) it is called "residual.df" which can produce errors if called by another function that uses the normal regression result output object structure.

melff commented 4 years ago

Fixed with release 0.6.3.