Difference between revisions of "Main Page/Research/MSB/Data processing/how it works"

From phurvitz
Jump to: navigation, search
 
Line 3: Line 3:
 
Downloaded data are stored in separate directories, names '''part_00''', '''part_01''', etc.
 
Downloaded data are stored in separate directories, names '''part_00''', '''part_01''', etc.
  
Each part should be downloaded and processed separately.
+
Each part should be downloaded and processed separately.  Use the script [[/msb.get.data|msb.get.data]] to download all the parts
 +
 
 +
Once downloaded, use the R script [[/read.msb.files|read.msb.files]] to generate csv files.
 +
 
 +
The csv files can be related by timestamps (''i.e.'', '''phone_log''' and '''class''' by the '''date''' field).

Revision as of 02:39, 3 October 2007

Each time the MSB starts, a new session is started.

Downloaded data are stored in separate directories, names part_00, part_01, etc.

Each part should be downloaded and processed separately. Use the script msb.get.data to download all the parts

Once downloaded, use the R script read.msb.files to generate csv files.

The csv files can be related by timestamps (i.e., phone_log and class by the date field).