Learn R Programming

benchmark (version 0.3-6)

fittime: Performance measures

Description

Dummy functions to enable fitting and prediction time as performance measures.

Usage

fittime(yhat, y)
predicttime(yhat, y)

Arguments

yhat
Ignored
y
Ignored

Value

Time (User and System) used for the model fitting or prediction

See Also

benchmark