Skip to content

Allow for batch covariates

Compare
Choose a tag to compare
@bdwilliamson bdwilliamson released this 06 Jul 19:05

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.