Is it possible to use conditional statements inside of parameter block?
I have several parameters in my model and I want to test how different combinations affect the final posterior. The idea is for me to be able to choose which parameters to run from data passed to the the stan file from R and using that to evaluate conditional statements inside the parameter block, model block and the generated quantities block.