Learn R Programming

DynTxRegime (version 4.15)

CVInfo-methods: Methods Available for Objects of Class CVInfo

Description

Methods Available for Objects of Class CVInfo

.getPars retrieves parameters considered in cross-validation.

.getOptimal retrieves optimal parameters identified in cross-validation.

.getValue retrieves values obtained in cross-validation.

cvInfo retrieves cross-validation information.

print print cross-validation results.

show display cross-validation results.

summary summarize cross-validation results.

Usage

# S4 method for CVInfo
.getPars(object)

# S4 method for CVInfo .getOptimal(object)

# S4 method for CVInfo .getValue(object)

# S4 method for CVInfo cvInfo(object)

# S4 method for CVInfo print(x, ...)

# S4 method for CVInfo show(object)

# S4 method for CVInfo summary(object, ...)

Arguments