This article gives a preview of what is to come in the next mrgsolve release.
Changes and new features for mrgsolve versions 0.11.0 and 0.11.1.
For a long time, we've had `carry_out`, which copies numeric input data set items into your simulated output. Now, `recover` does the same thing but will carry any data type from the input to output data.
Event objects are a simple way to implement dosing or other interventions into your simulation. They are created with special constructors and elementary events can be combined in different ways to create complex dosing regimens.
In NONMEM, `$MIXTURE` will allow you to estimate mixture models, where individuals are classified in to two or more populations with a certain probability. It is straightforward to simulate from models like these in your `mrgsolve` model code.