Learn R Programming

adestr (version 1.0.0)

c,EstimatorScoreResult-method: 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 EstimatorScoreResult
c(x, ...)

Value

an object of class EstimatoreScoreResultList.

Arguments

x

an object of class EstimatorScoreResult.

...

additional arguments passed along to the list function