-
-
Couldn't load subscription status.
- Fork 47
Open
Description
There is an error when generating LaTeX table in shinystan. I've run the model with brms, but this happens when also converting brms code and data to rstan:
library(brms)
library(rstan)
library(shinystan)
fit <- brm(
bf(mpg ~ 1 + (1 | cyl) + hp + wt, decomp = "QR"),
data = mtcars,
family = gaussian
)
code <- stancode(fit)
dat <- standata(fit)
fit2 <- stan(model_code = code, data = dat)
launch_shinystan(fit2) # or `brmsfit` fitThe error only happens when I select Quantile: 97.5%, see pics below:


bbbales2
Metadata
Metadata
Assignees
Labels
No labels