Learn R Programming

mrgsolve (version 1.0.2)

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(...)

Arguments

...

passed to update().

Value

A packmod object, ready to simulate.

Examples

Run this code
# NOT RUN {
mod <- mrgsolve::house()

see(mod)

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

# }

Run the code above in your browser using DataLab