Skip to content

Releases: melff/mclogit

0.9.7

10 Jan 20:50
Compare
Choose a tag to compare

2023-01-08:

  • Bugfix in 'predict.mmblogit' that caused an error if 'conditional=FALSE'
    was set.

2023-01-06:

  • More compact output of mblogit models random effects and diagonal covariance
    matrix.

2023-01-05:

  • Added support for alternative optimizers to be used in the inner iterations
    of MQL/PQL

0.9.6

27 Oct 12:44
Compare
Choose a tag to compare

2022-10-23:

  • Refactored MQL/PQL algorithm: Eliminated redundant code and adapted it to
    both 'nlm' and 'nlminb'

2022-10-16:

  • Fixed bug in MQL/PQL-objective function that led to false non-convergence and
    bias in variance parameter estimates

2022-10-12:

  • Support for starting values in random effects models
  • Support for restriction on random effects variances in multinomial baseline
    logit models

2022-10-09:

  • Improve handling of boundary values and singular information matrices

2022-10-07:

  • Remove spurious messages about missing starting values

2022-05-21:

  • Add checks of 'control=' argument of 'mclogit()' and 'mblogit()'.

0.9.4.2

14 Apr 16:30
Compare
Choose a tag to compare

Fixed bug in blockMatrix() and made it check for argument validity.

0.9.4.1

11 Apr 22:06
Compare
Choose a tag to compare

Hotfix of prediction method

0.9.4

10 Apr 23:02
Compare
Choose a tag to compare

2022-04-10:

  • Fix handling of singular initial covariance matrices in PQLMQL_innerFit
  • Issue a warning if models with random effects are compared using anova
  • Fix predict methods for mmclogit models
  • Handle DOIs in documentation as required by new guidelines

2022-01-16:

  • Fix prediction with complicated terms in the model
  • Add some more demos

2021-08-13:

  • predict.mmclogit: create W-Matrix only when really needed

2021-07-13:

  • Include variance parameters in the computation of degrees of freedom

2021-06-03:

  • Be less zealous about group-level covariates constant in some choice sets.

2021-05-30:

  • Added support for vertical-bar syntax for responses of conditional
    logit models.

0.9

27 May 21:02
Compare
Choose a tag to compare
0.9
  • Added support for non-nested random effects.

0.8.7.6

25 May 16:27
Compare
Choose a tag to compare
  • Fixed serious bug in the handling of multilevel random effects models.
  • Detect some misspecified models with too many groups.

0.8.7.4

04 Apr 20:13
Compare
Choose a tag to compare
  • Apply patch suggested by Ilya Yalchyk to improve handling of formula argument of mclogit() and mblogit().

0.8.7.3

04 Apr 11:33
Compare
Choose a tag to compare

This version is now published on CRAN

0.8.7.2

18 Mar 22:40
Compare
Choose a tag to compare
  • summary() now shows the number of random effects groups.
  • Support is added for the presentation of random effects variances and group numbers with mtable()