mrgsolve blog

Coming up in the next version

what's new

This article gives a preview of what is to come in the next mrgsolve release.

New in 0.11.0 and 0.11.1

what's new

Changes and new features for mrgsolve versions 0.11.0 and 0.11.1.

Recover non-numeric data columns from data/idata sets

new feature

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.

Work with event objects

events

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.

Mixture model example

mixture model

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.

More articles »

mrgsolve blog