A small esoteric package designed to analyze metadata collected through the Beiwe Research Platform.

Introduction

The Beiwe Research Platform collects high-density data from a variety of smartphone sensors including GPS, WiFi, Bluetooth, and accelerometer. To learn more about Beiwe, check out the Onnela Lab page, the paper introducing the platform, or the Beiwe wiki.

A crucial part of working with Beiwe data is understanding and visualizing how much data is being collected per sensor per user. The metabeiwe package is designed to work with the metadata related to Beiwe data, but not the actual data itself.

Installation

Given the very narrow focus of this package, I have no plans to submit it to CRAN. It can be installed through devtools:

devtools::install_github("mkiang/metabeiwe")

Sample Beiwe Data

Public sample Beiwe data is available on Zenodo (doi: 10.5281/zenodo.1188879). More information about these data can be found on the associated Github repository.

Example Plots

TODO

Example Functions

TODO

Authors