jarmg / NetworksOfGuatemala

Networks of Guatemala team repo
MIT License
3 stars 0 forks source link

Write scripts for commuting analyses #3

Open jarmg opened 6 years ago

jarmg commented 6 years ago

Goal: Write scripts to clean and prep CDR data for commuting segmentation and analysis Relevant resources:

Language: R

jarmg commented 6 years ago

@Ted Start with a plan on what you want your ending table to look like

0x5448 commented 6 years ago

Status:

Goal by end of day 8/8/2018: Generate a data frame table where the left column is the ANUMBER (caller), center column is home CELLID (tower closest to home), and right column is work CELLID (tower closest to work)

0x5448 commented 6 years ago

Note to self:

0x5448 commented 6 years ago

Status 08-08-2018: group_by functionality to easily create "filter functions"

Next Step: Think about descriptive data presentation/output format. Work backward to write necessary scripts which can generate these output formats.

0x5448 commented 6 years ago

Checkout graph on bottom of page: https://cran.r-project.org/web/packages/flows/vignettes/flows.html Maybe we can do something similar?