Hi I am trying to estimate the lifetime value of a game, here is what i have as data: 1 Day retention rate: 65% 7 Day retention rate: 30% 30 Day retention rate: 12% 365 Day retention rate: 2%
First I tried to plot the points but got an error: Error in plot.new() : figure margins too large
The rate seems to exponential and I want to fit a curve and later integrate it so I can estime the lifetime.
Appreciate any help, thank you