-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct syntax for chainscat and chainsstack #122
Comments
Could you paste the error you're experiencing?
…On Tue, May 23, 2023, at 8:22 AM, astro-kevin wrote:
I'm not sure what's the correct syntax for the functions `chainscat` and `chainsstack`. I tried calling `chainscat(a,b)` and `chainsstack([a,b])` and both return an error. (As an aside, is the only difference between the two one takes chains as arguments and one takes a vector of chains?) In my test code, both a and b are `MCMCChains` objects.
—
Reply to this email directly, view it on GitHub <#122>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AADHITX4W724DJTDPPHUTL3XHTI5FANCNFSM6AAAAAAYMCAPTA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Here is the error: |
For this it might be more helpful if you posted the whole script you're using, or, even better, a minimum working example -- is that something you're able to do? |
I'm not sure what's the correct syntax for the functions
chainscat
andchainsstack
. I tried callingchainscat(a,b)
andchainsstack([a,b])
and both return an error. (As an aside, is the only difference between the two one takes chains as arguments and one takes a vector of chains?) In my test code, both a and b areMCMCChains
objects.The text was updated successfully, but these errors were encountered: