bayesian icon indicating copy to clipboard operation
bayesian copied to clipboard

How to pass weights

Open joscani opened this issue 2 years ago • 0 comments

Hi. In brms I can write this

brm( target1| resp_weights(n)  ~ (1 | edad_cat) + (1 | valor_cliente) + (1 | tipo),
     family = "binomial", data = train)

How can I add resp_weights using bayesian? Thanks in advance

joscani avatar Oct 08 '22 16:10 joscani