Description Usage Arguments Value Examples
This function is designed to return a list of data.frames containing parameter estimates obtained from the EIC and TIC parameter estimation.
1 | returnParams(eicParamEsts, Autotuner)
|
eicParamEsts |
The objection containing all parameter estimates obtained from running Autotuner's EICparam function. |
Autotuner |
An Autotuner object used to return the TIC estimated parameters |
A list of data.frames with parameter estimates.
1 2 3 4 5 6 | Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
eicParamEsts <- readRDS(system.file("extdata/eicParamsEsts.rds",
package="Autotuner"))
outParams <- returnParams(eicParamEsts = eicParamEsts, Autotuner = Autotuner)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.