Skip to content

Commit

Permalink
add NEWS for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xsswang committed Apr 20, 2022
1 parent 17929e4 commit 20a936b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: remiod
Type: Package
Title: Reference-Based Multiple Imputation for Ordinal/Binary Response
Version: 1.0.0
Version: 1.0.1
Authors@R: c(person("Ying", "Liu", role = c("aut")),
person("Tony", "Wang", email="xwang@imedacs.com", role = c("aut", "cre"),
comment = c(ORCID="0000-0002-6760-5456")))
Expand Down
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# remiod 1.0.1


## New features
* `Ordinal Probit Model`: new model option under `algorithm='jags'`. The option
can be requested with argument `models = 'opm'` (or named vectors, for example,
`models = c(y1='opm',y2='opm')`).
* `algorithm='tang_seq'`: computation is speed up.
* `get_subset`: function is exported for extracting specified set of parameters
from MCMC samples. The extracted samples have a class of 'mcmc', and can be
directly used by functions/packages which take a 'mcmc' object.


## Minor improvements and bug fixes
* Bug fix: when using a J2R imputation of continuous outcome through GLM
with `family = gaussian()` using JAGS.



0 comments on commit 20a936b

Please sign in to comment.