I am using RJAGS via RStudio using R Version 4.0.0.
I want to compute functions of coda samples.
I thought I could use package MCMC chains:
ex <- MCMCchains(codasamples,params=c("lambda","theta"))
However, I cannot install the package because I'm told:
package ‘MCMCchains’ is not available (for R version 4.0.0)
Can someone suggest how I can manipulate the output generated by RJAGS?