Learn R Programming

benchmark (version 0.3-3)

benchmark-comptime: Dummy functions to enable fitting and prediction time as performance...

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

  • fittime: Time (User and System) used for the model fitting predicttime: Time (User and System) used for the prediction

See Also

benchmark