| returnParams {Autotuner} | R Documentation |
This function is designed to return a list of data.frames containing parameter estimates obtained from the EIC and TIC parameter estimation.
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.
Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
eicParamEsts <- readRDS(system.file("extdata/eicParamsEsts.rds",
package="Autotuner"))
outParams <- returnParams(eicParamEsts = eicParamEsts, Autotuner = Autotuner)