time_variable {creditmodel}R Documentation

time_variable

Description

This function is not intended to be used by end user.

Usage

time_variable(
  dat,
  date_cols = NULL,
  enddate = NULL,
  units = c("secs", "mins", "hours", "days", "weeks")
)

Arguments

dat

A data.frame.

date_cols

Time variables.

enddate

End time.

units

Units of diff_time, "secs", "mins", "hours", "days", "weeks" is available.


[Package creditmodel version 1.3.1 Index]