returnParams {Autotuner}R Documentation

returnParams

Description

This function is designed to return a list of data.frames containing parameter estimates obtained from the EIC and TIC parameter estimation.

Usage

returnParams(eicParamEsts, Autotuner)

Arguments

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

Value

A list of data.frames with parameter estimates.

Examples

Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))

eicParamEsts <- readRDS(system.file("extdata/eicParamsEsts.rds",
package="Autotuner"))
outParams <- returnParams(eicParamEsts = eicParamEsts, Autotuner = Autotuner)


[Package Autotuner version 1.2.0 Index]