Learn R Programming

mrgsolve (version 1.5.1)

house: Return a pre-compiled, PK/PD model

Description

This model is used in a lot of package tests, but it can be useful to support user experimentation as well.

Usage

house(...)

Value

A packmod object, ready to simulate.

Arguments

...

passed to update().

Examples

Run this code

mod <- mrgsolve::house()

see(mod)

mod %>% ev(amt = 100) %>% mrgsim() %>% plot()

Run the code above in your browser using DataLab