c,EstimatorScoreResult-method {adestr}R Documentation

Combine EstimatoreScoreResult objects into a list

Description

Creates an object of class EstimatoreScoreResultList, which is a basically list with the respective EstimatoreScoreResult objects.

Usage

## S4 method for signature 'EstimatorScoreResult'
c(x, ...)

Arguments

x

an object of class EstimatorScoreResult.

...

additional arguments passed along to the list function

Value

an object of class EstimatoreScoreResultList.


[Package adestr version 0.5.0 Index]