We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To bring this in line with other rstan packages.
The text was updated successfully, but these errors were encountered:
posterior_predict could have a 3-fold function:
posterior_predict
effect_draw
newdata = ...
predict.
group_effects
Sorry, something went wrong.
What if newdata has logical type columns but either FALSE or TRUE is not present? Will model.matrix not break things?
newdata
Update: as of 0.7.1 we only need to implement the third bulletpoint in the list above.
Also need posterior_predict() and posterior_interval(). See #34 for much older conversations on this
posterior_predict()
posterior_interval()
No branches or pull requests
To bring this in line with other rstan packages.
The text was updated successfully, but these errors were encountered: