get_parameters {epiparameter} | R Documentation |
Get parameters from an object
Description
Extract the parameters stored in an R object.
Usage
get_parameters(x, ...)
Arguments
x |
an object used to select a method. |
... |
dots Extra arguments to be passed to the method. |
Value
A named vector of parameters or NA
when the <epiparameter>
object is unparameterised, or a list where each element is a named vectors
or NA
.
[Package epiparameter version 0.4.1 Index]