yes it worked! thanks separate to that, i am trying to find the equivalent of a pymc3 package for python in R
Do you know if such a similar package exists?
I haven't used pymc3, but Stan
is a state-of-the-art programming language for Bayesian inference and has interfaces to R, Python, and several other languages.
Also, the rstanarm
and brms
packages run Stan under the hood but allow you to fit Bayesian models with the same formula interface used in the lm
, glm
and glmer
functions. This allows you to fit many types of Bayesian models without having to learn to write code in the Stan language.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.