Yeah, I have some items from generated quantities I just want to get the vectors I’ve computed.
Before I could just use samples = rstan::extract(csv) and then samples$y_pred_in for in sample predictions, for example, trying to figure out how to do this in current rstan stack.
I just need the items I’ve generated in generated quantities, to see prediction accuracy, etc.