Skip to contents

Extracts all parameter types of used in the dynamitefit object. See as.data.frame.dynamitefit() for explanations of different types.

Usage

get_parameter_types(x, ...)

# S3 method for dynamitefit
get_parameter_types(x, ...)

Arguments

x

[dynamitefit]
The model fit object.

...

Ignored.

Value

A character vector with all parameter types of the input model.

Examples

data.table::setDTthreads(1) # For CRAN
get_parameter_types(multichannel_example_fit)
#> [1] "alpha" "beta"  "sigma"