Learn R Programming

creditmodel (version 1.3.1)

date_cut: Date Time Cut Point

Description

date_cut is a small function to get date point.

Usage

date_cut(dat_time, pct = 0.7, g = 100)

Arguments

dat_time

time vectors.

pct

the percent of cutting. Default: 0.7.

g

Number of cuts.

Value

A Date.

Examples

Run this code
# NOT RUN {
date_cut(dat_time = lendingclub$issue_d, pct = 0.8)
#"2018-08-01"
# }

Run the code above in your browser using DataLab