Command for running Variational Bayes on Rstan

Hi,

I am trying to learn and test Variational Bayes. As of now, I have only run models using the stan() command.

Could someone provide the programming command for running VB on Rstan?

Thanks.

Check out ?rstan::vb().

2 Likes

I did. I only saw two commands. They are pretty short.

Are there more elaborate examples?