You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically chose Rubin model with aggregate data based on input data.
Error in prepare_prior(prior, data, stan_data, model, pooling, covariates, :
You must specify hyper-SD prior manually when data has only one row.
But in full pooling there is no problem, prior_hypersd is not needed at all. So let's fix that error message and write some unit tests that cover both the old and new cases.
(2) for fe7n you get
Setting hyper-SD prior using 10 times the naive SD across sites
* hypersd [sigma_tau] ~ uniform(0, 112)
But that prior is meaningless! It's kind of OK that it gets set and stored, but it's not used, so the user should not be seeing this message. (Although best would be to not set it at all.)
The text was updated successfully, but these errors were encountered:
Right now you can't do this:
(1) for
fe8u
you get:But in full pooling there is no problem,
prior_hypersd
is not needed at all. So let's fix that error message and write some unit tests that cover both the old and new cases.(2) for
fe7n
you getBut that prior is meaningless! It's kind of OK that it gets set and stored, but it's not used, so the user should not be seeing this message. (Although best would be to not set it at all.)
The text was updated successfully, but these errors were encountered: