Learn R Programming

DynTxRegime (version 3.2)

CVInfo-class: Class "CVInfo"

Description

Cross-Validation parameters and results.

Arguments

Objects from the Class

Objects can be created by calls of the form new("CVInfo", ...). These objects are for convenience in package development and should not be created by users.

Slots

value:

An object of class "matrix." Matrix of values for each parameter considered.

pars:

An object of class "numeric." Parameter values considered.

opt:

An object of class "numeric." Optimal parameter value.

Methods

.getPars

signature(object = "CVInfo"): Retrieve parameter values considered.

.getValue

signature(object = "CVInfo"): Retrieve values at each parameter considered.

cvInfo

signature(object = "CVInfo"): Retrieve cross-validation matrix.

Examples

Run this code
# NOT RUN {
showClass("CVInfo")
# }

Run the code above in your browser using DataLab