Skip to content

Commit

Permalink
add summary statistics for willow
Browse files Browse the repository at this point in the history
  • Loading branch information
clementzach committed Sep 15, 2023
1 parent f95e787 commit e0b6cd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ The summary statistics that are generated are listed below:
* - total_mins_out_call
- float
- The duration (minute) of all outgoing calls.
* - num_uniq_in_call_or_text
- int
- The total number of unique individuals who called or texted the subject.
* - num_uniq_out_call_or_text
- int
- The total number of unique individuals called or texted by the subject.
* - num_s
- int
- The total number of sent SMS.
Expand Down
3 changes: 3 additions & 0 deletions docs/source/willow.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ___
| num_uniq_mis_call | float | Total number of unique callers missed |
| total_time_in_call | int | Total amount of minutes spent on incoming calls |
| total_time_out_call | int | Total amount of minutes spent on outgoing calls |
| num_uniq_in_call_or_text | float | Total number of unique individuals who called or texted the Beiwe user |
| num_uniq_out_call_or_text | int | Total number of unique individuals who the Beiwe user called or texted |
| num_s | float | Total number of sent SMS texts |
| num_r | int | Total number of received SMS texts |
| num_mms_s | int | Total number of sent MMS texts |
Expand All @@ -52,6 +54,7 @@ ___
| text_reciprocity_incoming | int | The total number of times a text is sent to a unique person without response |
| text_reciprocity_outgoing | int | The total number of times a text is received by a unique person without response |


## References

## Contact information for questions:
Expand Down

0 comments on commit e0b6cd8

Please sign in to comment.