aboutsummaryrefslogtreecommitdiff
path: root/R
AgeCommit message (Expand)Author
2023-12-07Clean up autojags function and use run_rjagsKen Kellner
2023-12-07More autojags testsKen Kellner
2023-12-07Organize DESCRIPTION and explicitly identify all functions from dependenciesKen Kellner
2023-12-07Edits to rjags interface code to make it more readableKen Kellner
2023-12-06Fix #30 and add plot and jags.View testsKen Kellner
2023-12-06Reorganize filesKen Kellner
2023-12-06Change name of run_rjags fileKen Kellner
2023-12-06update now uses new rjags interface, reorganizeKen Kellner
2023-12-06Clean up jags and jagsbasicKen Kellner
2023-12-05Fix parallel bug and add parallel and stat calc testsKen Kellner
2023-12-05Refactor input checking and add tests.Ken Kellner
2023-12-04The summary method now more sensibly returns the summary matrixKen Kellner
2023-12-04Refactor process_output and related functionsKen Kellner
2023-10-21Don't drop output dimensions when only one parameter saved in parallelKen Kellner
2021-09-27Drop columns of all NAs in parallel after joining into mcmc.listKen Kellner
2021-09-25Don't try to plot parameters in codaOnly, fixes #48Ken Kellner
2021-09-21Don't drop chains with all NAKen Kellner
2021-06-18Bump versionKen Kellner
2021-06-17Put Rhat value in title of traceplotsKen Kellner
2021-06-16Fixed bug with single plots in traceplot and densityplotmikemeredith
2021-06-16traceplot and densityplot get layout argumentmikemeredith
2021-05-23Reproducible output with parallel=FALSEmikemeredith
2021-02-03Fix bug in update.jagsUImikemeredith
2020-10-07Allow plotting subsets of parameters, fix version issueKen Kellner
2020-10-06Update plots, remove Viewmikemeredith
2019-07-30Final adjustments for CRAN; 1.5.1 uploadedKen Kellner
2019-02-21Put pval in plot area by defaultKen Kellner
2019-02-16Tweaks to pp.checkMike Meredith
2019-02-15Improve pp.check functionKen Kellner
2019-02-06Fix issue with differing number of adaption iterations between chains when ru...Ken Kellner
2018-10-30Fix crash when DIC was requested but JAGS couldn't calculate itKen Kellner
2018-08-31Don't collapse 1 row / 1 col matrices into vectors automaticallyKen Kellner
2018-08-15Fix some random seed issuesKen Kellner
2018-08-15Handle errors in summary stat calculation so that samples are not lostKen Kellner
2018-08-12Improvement to parameter sorting and don't warn for Rhats not actually calcul...Ken Kellner
2018-08-12Test fix to issue where parameter names are not sorted correctly in summary w...Ken Kellner
2018-07-05Save View() output invisibly so it can be printed etc.Ken Kellner
2018-01-30Fix missing argument in autojagsKen Kellner
2018-01-12Should fix #20 and #18 but more testing neededKen Kellner
2017-12-08Fix DIC problem introduced in last versionKen Kellner
2017-08-17Fix problem with DIC settings not propogating.Ken Kellner
2017-08-03More carefully specify when RNG info has to be added to inits (when no seed o...Ken Kellner
2017-07-05Fix bug where all chains were identical if no seed and also no init values we...Ken Kellner
2017-05-26Fix issue with setting seed affecting other random number generation.Ken Kellner
2017-03-06Add ability to control factories to update functions.Ken Kellner
2017-02-09A few wording updatesKen Kellner
2017-02-08Add ability to control factories in jags/jagsbasic/autojagsKen Kellner
2017-02-08Fix mistake in summary.jagsUIKen Kellner
2017-02-08Change summary() to do something useful - give info on model run without para...Ken Kellner
2017-02-07Allow turning deviance/DIC monitoring on/off when updating an existing model....Ken Kellner