Extract the parameters of an object
getParameters(x, conditions = NULL, ...)# S3 method for odemodel
getParameters(x, conditions = NULL, ...)
# S3 method for fn
getParameters(x, conditions = NULL, ...)
# S3 method for parvec
getParameters(x, conditions = NULL, ...)
# S3 method for prdframe
getParameters(x, conditions = NULL, ...)
# S3 method for prdlist
getParameters(x, conditions = NULL, ...)
object from which the parameters should be extracted
character vector specifying the conditions to
which getParameters
is restricted
additional arguments (not used right now)
The parameters in a format that depends on the class of x
.