Stan Sampling is shown in the viewer pane

When creating a model using brms e.g

cake_base <- brm(angle ~ recipe + temp, data = cake)
Compiling Stan program...
Start sampling

The sampling starts in the viewer pane. Ideally, for ease of use and not having to switch between windows, I would like for it to output the iteration/chain etc... in the console. Im not sure how to do this.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.