Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weights option #639

Closed
chakra1166 opened this issue Feb 7, 2023 · 1 comment · Fixed by #761
Closed

Weights option #639

chakra1166 opened this issue Feb 7, 2023 · 1 comment · Fixed by #761

Comments

@chakra1166
Copy link

chakra1166 commented Feb 7, 2023

In BRMS we can give differents weights to each sample as shown below:

brm( mvbind(stflife, happy)|weights(anweight) ~ 1 + (1|(cntry)), data = X, chains = 2, cores = 2, control = list(max_treedepth = 15))

Is it possible to do the same in Bambi?

@tomicapretto
Copy link
Collaborator

It's not possible right now but it shouldn't be too difficult to add in the future. Right now we're concentrating on other features but it's likely we add support for weights soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants