You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
API Breakage
Deprecated DINA_Gibbs() in favor of dina(), which generates the correct
alpha matrix (Amat) inside of the function instead of relying on the user
to set it up.
The call to estimate with the gibbs sampling technique is now: dina(Y, Q, chain_length)
Changes
Switched internal portions of the package to use the simcdmC++ routines
and imported R level-routines.
Switched from src/init.c to autogeneration via Rcpp 0.12.15
Removed miscellaneous RNG seed.
Documentation
Enabled markdown for inline documentiona with roxygen2.
Improved documentation flow
Deployment
Added TMSA Lab's Travis-CI configuration for testing across R versions.