Learn R Programming

DynTxRegime (version 3.2)

CVInfo1Par-class: Class "CVInfo1Par"

Description

Cross-Validation with one parameter.

Arguments

Objects from the Class

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

Extends

Class "CVInfo-class" directly.

Methods

.getPars

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

.getValue

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

Examples

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

Run the code above in your browser using DataLab