vintage_function
is for vintage analysis.This function is not intended to be used by end user.
vintage_function(dat, obs_id = NULL, occur_time = NULL, MOB = NULL,
period = "monthly", status = NULL, amount = NULL, by_out = "cnt",
start_date = NULL, end_date = NULL, dead_status = 30)
A data.frame contained id, occur_time, mob, status ...
The name of ID of observations or key variable of data. Default is NULL.
The name of the variable that represents the time at which each observation takes place.
Mobility of book
Period of event to analysiss. Default is "monthly"
Status of observations
The name of variable representing amount. Default is NULL.
Output: amount (amt) or count (cnt)
The earliest occurrence time of observations.
The latest occurrence time of observations.
Status of dead observations.