bayesian
bayesian copied to clipboard
How to pass weights
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