validationStats-set: Setter for the 'validationStats' slot on an 'S4' object

Description Usage Arguments Value Examples

Description

Setter for the validationStats slot on an S4 object

Usage

1
validationStats(object, ...) <- value

Arguments

object

An S4 object.

...

Allow definition of additional parameters to this generic.

value

A DataFrame- or data.frame-like object of validation statistics.

Value

None, updates the object

Examples

1
2
3
4
data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
validationStats(metaclustModel) <- data.frame()

bhklab/PanCuRx documentation built on Dec. 30, 2021, 4:59 p.m.