Learn R Programming

DynTxRegime (version 3.2)

CVInfo2Par-class: Class "CVInfo2Par"

Description

Cross-Validation with two parameters.

Arguments

Objects from the Class

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

Slots

pars2:

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

opt2:

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

Extends

Class "CVInfo-class" directly.

Methods

.getPars

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

Examples

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

Run the code above in your browser using DataLab