Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hungreeee/lifetime-value-analysis

Perform data analysis regarding the revenue and LTV of a hypothetical mobile game sqlite3 database using R and SQLite.
https://github.com/hungreeee/lifetime-value-analysis

r sqlite

Last synced: 5 days ago
JSON representation

Perform data analysis regarding the revenue and LTV of a hypothetical mobile game sqlite3 database using R and SQLite.

Awesome Lists containing this project

README

        

# Lifetime-value-Analysis
Perform data analysis based on a hypothetical mobile game database created by Supercell as a test using R and SQLite.

## Warm-up tasks
Analyze monthly revenue throughout 2016.

Analyze the geographic split by highest revenue countries and continents.

## Task 1: Lifetime Revenue
Segment ARPPU by daily cohort. Perform Logarithimic Regression to generate the 180-day cummulative ARPPU and LTV using the "top-down" monetization approach.

Compute and analyze monthly LTV throughout 2016 using the same "top-down" approach. Predict monthly LTV for different user's acquired platform (platform segmentation).