## This is the same output object three times, but shows functionality.
comparecat(x=list(asdf_jags_out, asdf_jags_out, asdf_jags_out),
p=c("a","b","sig"))
## Transformed
comparecat(x=list(asdf_jags_out, asdf_jags_out, asdf_jags_out),
p=c("sig"), transform="exp")
comparecat(x=list(asdf_jags_out, asdf_jags_out, asdf_jags_out),
p=c("sig"), transform="exp", log="y")
Run the code above in your browser using DataLab