Skip to content

Releases: melff/mclogit

0.7.1

14 May 18:52
Compare
Choose a tag to compare
  • The algorithm warns about and handles singular matrices in initial values of the inner iteration loop.
  • The convergence criterium is based on the change in the linear part of the model instead of the deviance, like MASS::glmmPQL

0.7

11 May 21:23
Compare
Choose a tag to compare
0.7
  • The algorithm has been completely refactored. It works much more along the lines of MASS::glmmPQL
  • Internally a Cholesky-factor parametrisation is used to prevent negative variance estimates

0.6.3

09 Jan 20:05
Compare
Choose a tag to compare
  • mblogit now handles responses with only two columns.
  • mblogit now can deal with matrix responses that have rows that sum to zero.
  • mclogit and mblogit now return a component named "df.residual" instead of "residual.df". (Fixes issue #4)

0.6.2

04 Feb 10:27
Compare
Choose a tag to compare

Merged PR from pmcharrison - typo fix fft -> fit

0.6.1

26 Sep 18:13
Compare
Choose a tag to compare
  • Fixed matrix column selection in predict.mclogit if there is only one
    predictor (also PR from skyborla)

0.6

05 May 21:39
Compare
Choose a tag to compare
0.6
  • mclogit now complains about (i.e. throws an error exception) when the random effects structure cannot be estimated, e.g. because random effects are constant within choice sets and therefore drop out by the formation of conditional logits.

0.5.1

26 Jan 23:23
Compare
Choose a tag to compare
  • Fixed some bugs in predict models for mclogit objects.
  • Made sure that dummy coding is used for response factors even if they are ordinal

0.5.0

08 Jan 00:13
Compare
Choose a tag to compare

New features

  • Support for random slopes in multinomial conditional logit models
  • Support for random intercepts and random slopes in multinomial baseline logit models

0.4.4

25 Dec 22:50
Compare
Choose a tag to compare
  • Fixed mclogit.fit() and predict.mclogit() to work better without covariates.
  • Explicitely import package "methods"

0.4.3

17 Jan 19:55
Compare
Choose a tag to compare
  • Import as from package "methods".
  • Make sure nobs is defined in mclogit.fit.rePQL.
  • Updated DESCRIPTION file: Maintainer email address changed and no "This package" at start of package descriptions.
  • Fix display of number of observations
  • Drop redundant coefficients