diff_time {glmnetr}R Documentation

Output to console the elapsed and split times

Description

Output to console the elapsed and split times

Usage

diff_time(time_start = NULL, time_last = NULL)

Arguments

time_start

beginning time for printing elapsed time

time_last

last time for calculating split time

Value

Time of program invocation

See Also

diff_time , nested.glmnetr

Examples

time_start = diff_time()
time_last = diff_time(time_start)
time_last = diff_time(time_start,time_last)
time_last = diff_time(time_start,time_last)


[Package glmnetr version 0.5-2 Index]