How to plot trace of an interaction #334
Answered
by
digicosmos86
TabithaSteendam
asked this question in
Q&A
-
Hello, Is it possible to plot traces of an interaction? az.plot_trace(infer_m.posterior.a_phone|half) Cell In[19], line 1 NameError: name 'half' is not defined This is my code:
|
Beta Was this translation helpful? Give feedback.
Answered by
digicosmos86
Dec 5, 2023
Replies: 1 comment 1 reply
-
Hi, can you try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TabithaSteendam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, can you try
az.plot_trace(infer_m.posterior["a_phone:half"]
? Because of the colon, the dot notation does not work.