Skip to content

Commit

Permalink
version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Elff authored and cran-robot committed Sep 27, 2018
1 parent 9321327 commit 04aeba2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: mclogit
Type: Package
Title: Mixed Conditional Logit Models
Version: 0.6
Date: 2018-04-25
Version: 0.6.1
Date: 2018-09-26
Author: Martin Elff
Maintainer: Martin Elff <mclogit@elff.eu>
Description: Specification and estimation of conditional logit models of binary
Expand All @@ -19,6 +19,6 @@ URL:
BugReports: http://github.com/melff/mclogit/issues
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2018-05-10 09:48:14 UTC; elff
Packaged: 2018-09-26 18:19:17 UTC; elff
Repository: CRAN
Date/Publication: 2018-05-10 12:16:38 UTC
Date/Publication: 2018-09-27 07:40:07 UTC
10 changes: 5 additions & 5 deletions MD5
@@ -1,18 +1,18 @@
bc526bce97fcc5ab31252ecf1274de1c *DESCRIPTION
fae68d8a3c92b17b2462ec5bab4199f6 *DESCRIPTION
8e2f6305165fc3d69a294d09227ba690 *NAMESPACE
5f46b25a049e81e86774e78cd294ff89 *R/AIC-mclogit.R
fda85116896df5934a2ce2b9e3118dee *R/anova-mclogit.R
825e92e98bee4d5cba8ebbb5bad2f448 *R/getSummary-mblogit.R
174a746177e5e0ffa74047959c4b59ba *R/getSummary-mclogit.R
8443552bb939bf83bafc6255125dd6a9 *R/mblogit.R
e59d1445b41da59347a1d181b9e44025 *R/mclogit-fit.R
4391129b68ab0c0b4b4f6c6920d82f9a *R/mclogit.R
603980cedf43896f5747f90b613b6905 *R/mclogit.R
202e8dd6dd5ee19a281df6277484e46c *R/zzz.R
f07c5b8a1b9a311ce9f14c89a3501be5 *data/Transport.rda
170a2686691e2ec1bc0d197ec11a8397 *data/electors.rda
4a0280d8a6f4bb996c56bfa893b42a05 *data/Transport.rda
a744f9521c5061a78d8a098e638ab46d *data/electors.rda
de4c63b49c62998527d72c185ceab0d3 *demo/00Index
6ba2e10f92f3743f465cda6cc059f5a1 *demo/mclogit.test.R
285f7ffde7690a50a68c9e2d79922631 *inst/ChangeLog
ca56eafeea6b3baf69fc35ce0f1cd8b9 *inst/ChangeLog
3108d598ac3ef8fec366d0563fc95d72 *inst/NEWS.Rd
c05ff442f7a2312ff8f3d6b5aa96ddeb *man/Transport.Rd
6384c0365cb1b46ea7230227dd9c8392 *man/electors.Rd
Expand Down
2 changes: 1 addition & 1 deletion R/mclogit.R
Expand Up @@ -404,7 +404,7 @@ predict.mclogit <- function(object, newdata=NULL,type=c("link","response"),se.fi
)

cf <- coef(object)
X <- X[,names(cf)]
X <- X[,names(cf), drop=FALSE]

eta <- c(X %*% coef(object))
if(se.fit){
Expand Down
Binary file modified data/Transport.rda
Binary file not shown.
Binary file modified data/electors.rda
Binary file not shown.
6 changes: 5 additions & 1 deletion inst/ChangeLog
@@ -1,7 +1,11 @@
2018-09-26:
- Fixed matrix column selection in predict.mclogit if there is only one
predictor (also PR from skyborla)

2018-04-25:
- Improved handling of with misspecified random effect structures.
- Added documentation about new handling of misspecified models.

2017-10-25:
- Fixed handling of dropped predictors in `predict.mclogit`.

Expand Down

0 comments on commit 04aeba2

Please sign in to comment.