You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently clvdata() requires individual transaction data as input. In some use cases an option to create a clvdata object directly from aggregated data can be very helpful: the cbs table (x, t.x, T.cal) is created manually by the user.
Note: It will be necessary to also adapt summary() and plot() as the they require transactional data that is not aggregated for some statistics/plots.
The text was updated successfully, but these errors were encountered:
Does using period aggregated data require that the LL is changed to use interval-censored data?
See Bruce Hardie here about pnbd
Yes.
However, there is also the "easy way", where it only affects data preparation. In the end we need a cbs for the LL. The problem is that the end-user would need to provide the date of the first and last transaction.
Currently
clvdata()
requires individual transaction data as input. In some use cases an option to create a clvdata object directly from aggregated data can be very helpful: the cbs table (x, t.x, T.cal) is created manually by the user.Note: It will be necessary to also adapt summary() and plot() as the they require transactional data that is not aggregated for some statistics/plots.
The text was updated successfully, but these errors were encountered: