details {mrgsolve} | R Documentation |
Extract model details
Description
Extract model details
Usage
details(x, complete = FALSE, values = TRUE, ...)
Arguments
x |
a model object |
complete |
logical; if |
values |
logical; if |
... |
not used |
Details
This function is not exported. You will have to call it
with mrgsolve:::details()
.
Examples
mod <- mrgsolve::house()
mrgsolve:::details(mod)
[Package mrgsolve version 1.5.1 Index]