Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

simargs

Access or clear arguments for calls to mrgsim


Description

Access or clear arguments for calls to mrgsim

Usage

simargs(x, which = NULL, clear = FALSE, ...)

Arguments

x

model object

which

character with length 1 naming a single arg to get

clear

logical indicating whether or not to clear args from the model object

...

passed along

Value

If clear is TRUE, the argument list is cleared and the model object is returned. Otherwise, the argument list is returned.

Examples

mod <- mrgsolve::house()
mod %>% Req(CP,RESP) %>% carry_out(evid,WT,FLAG) %>% simargs

mrgsolve

Simulate from ODE-Based Models

v0.11.1
GPL (>= 2)
Authors
Kyle T Baron [aut, cre] (<https://orcid.org/0000-0001-7252-5656>), Bill Gillespie [ctb], Charles Margossian [ctb], Devin Pastoor [ctb], Bill Denney [ctb] (<https://orcid.org/0000-0002-5759-428X>), Dilawar Singh [ctb], Felicien Le Louedec [ctb] (<https://orcid.org/0000-0003-3699-2729>), Timothy Waterhouse [ctb] (<https://orcid.org/0000-0002-0954-9660>), Metrum Research Group [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.