Allow for batch covariates
In some cases, the analysis consists of data from multiple batches. In this release, we allow batches to be specified by setting the "k" argument in run_paramedic to a value larger than zero (the default).
Additionally, we reorganize the stan code into directories with shared code. For example, data/ contains the stan code that is shared across different models and is incorporated into the final model using a #include statement.