wadpac / movement-sequence-mapping

Code base for deriving movement sequences from accelerometer (Actigraph) data and mapping them to symbolic classes, as originally described in: https://doi.org/10.1249/mss.0000000000001849
Apache License 2.0
1 stars 0 forks source link

V1 tolerance function does not work... #14

Open Anne-Linde opened 2 years ago

Anne-Linde commented 2 years ago

I tried to fix it, but can't find out what's going wrong

Error in if (total_time > timethreshold2 | tolerance_time > total_time * : missing value where TRUE/FALSE needed In addition: Warning messages: 1: In readdata(file_list[i], path_input, fileid, tz = tz, sparse = FALSE, : NAs introduced by coercion 2: In readdata(file_list[i], path_input, fileid, tz = tz, sparse = FALSE, :

Error in if (total_time > timethreshold2 | tolerance_time > total_time * : missing value where TRUE/FALSE neede