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

autocor fails #312

Closed
jmorten opened this issue Jan 8, 2018 · 1 comment
Closed

autocor fails #312

jmorten opened this issue Jan 8, 2018 · 1 comment
Labels
Milestone

Comments

@jmorten
Copy link

jmorten commented Jan 8, 2018

Example from ?cor_bsts:

dat <- data.frame(y = rnorm(100), x = rnorm(100))
fit <- brm(y~x, data = dat, autocor = cor_bsts())

Error in if (nzchar(bterms$time$group)) { : argument is of length zero
In addition: Warning messages:
1: There were 4 chains where the estimated Bayesian Fraction of Missing Information was low. See
http://mc-stan.org/misc/warnings.html#bfmi-low 
2: Examine the pairs() plot to diagnose sampling problems
paul-buerkner added a commit that referenced this issue Jan 8, 2018
@paul-buerkner paul-buerkner added this to the v2.0.1+ milestone Jan 8, 2018
@paul-buerkner
Copy link
Owner

Thanks! It should be fixed now in the dev version of brms.

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

No branches or pull requests

2 participants