I did write a basic GLM code in rstanarm
. When I execute the following code it is giving the mean of the predictor variables of all the iterations done:
summary(TestGLM)
print(TestGLM)
I wanted the value of the predictor variables at each and every iteration for my solution. Can anyone please help me solve this problem?
prior_summary
andsummary.stanreg
? If not I guess you canstr(TestGLM)
and poke around. – Eric Fail