R/class_mrgmod.R
mrgmod_extract.Rd
The $ and [[ operators get the value of a single parameter in the model. The [ gets several values, returning a named list.
$
[[
[
# S4 method for class 'mrgmod' x$name # S4 method for class 'mrgmod' x[[i, exact = TRUE]] # S4 method for class 'mrgmod' x[i]
mrgmod object
parameter to take
an element to select
not used