## version 0.1.1 changes ### Additional files + All files have been provided in xpt format in addition to `.csv` to match what is provided by NHANES in the `PAXMIN` files. + `nhanes_1440_choiwear.ext`: [Choi wear](https://pubmed.ncbi.nlm.nih.gov/20581716/) - minutes are `TRUE` if classified as wear by Choi algorithm `FALSE` if classified as nonwear, `NA` if no data for that minute. + `nhanes_1440_troianowear.ext`: [Troiano wear](https://pubmed.ncbi.nlm.nih.gov/18091006/) - minutes are `TRUE` if classified as wear by Troiano algorithm `FALSE` if classified as nonwear, `NA` if no data for that minute^[Choi and Troiano algorithms were all implemented using the [`actigraph.sleepr`](https://github.com/dipetkov/actigraph.sleepr) package] ### Changes to existing files + AC, log10AC, and log10PAXMTSM (log10 MIMS) rounded to 4 decimal places to reduce file sizes + Column names changed to `min_0001`, `min_0002`, ..., `min_1440` from `min_1`, `min_2`, ... for consistency