v0.99 (v1.0 beta release)
Pre-release
Pre-release
This release is a beta for v1.0. The package's new features & functionality are documented in the two vignettes, Package_Introduction
and Time_Series
(see README file in the repository for more information). The only feature that is not implemented as of yet are ideal point marginal effects.
Because the new version relies on cmdstanr
, which is not on CRAN, idealstan
will remain only on Github until cmdstanr
can be put on CRAN as well.
Some of the new features include:
- Mixed outcomes -- both discrete and continuous distributions can be used in the same model for different items (continuous, ordinal, binary). You need to pass a column
model_id
toid_make
to make this work, as well as specify discrete outcome/response asoutcome_disc
and any continuous outcomes/responses asoutcome_cont
. - Within-chain parallelization -- you can now specify the number of cores
ncores
as a multiple ofnchains
to use multiple cores per chain and speed up processing. - A variety of new defaults/priors/processes to improve & speed up dynamic ideal point estimation.