As of now, we only include nights in the IAQ and SQ analysis when we have GPS traces that match one of the addresses that were provided to us. We have multiple avenues to check for addresses that we can compare against and should do so in an attempt to include as many data point as we can.
Process
Here are the rough steps to address this issue:
Look at GPS traces and Beacon operation to see if there are more than one distinct location that the participant is at for a considerable amount of time that overlap with the beacon operation
Find all possible addresses for each participant and include these in the id_crossover admin file.
Look to see if GPS traces from Beiwe overlap with the various addresses
Update the make_dataset functions to include more than one address when filtering beacon data by GPS
As of now, we only include nights in the IAQ and SQ analysis when we have GPS traces that match one of the addresses that were provided to us. We have multiple avenues to check for addresses that we can compare against and should do so in an attempt to include as many data point as we can.
Process
Here are the rough steps to address this issue:
id_crossover
admin file.make_dataset
functions to include more than one address when filtering beacon data by GPS