dc.MakeRFmatrixSkeleton {BTYD}R Documentation

Make Recency-Frequency Matrix Skeleton

Description

Creates a matrix with all possible recency and frequency combinations.

Usage

dc.MakeRFmatrixSkeleton(n.periods)

Arguments

n.periods

number of transaction opportunities in the calibration period.

Details

Makes the structure in which to input data for recency-frequency matrices.

Value

Matrix with two columns: frequency ("x") and recency ("t.x"). All possible recency-frequency combinations in the calibration period are represented.


[Package BTYD version 2.4.3 Index]