CRAN
TwoRegression 0.1.2
Process Data from Wearable Research Devices Using Two-Regression Algorithms
Released Mar 19, 2018 by Paul R. Hibbing
Dependencies
data.table 1.10.4-3 magrittr 1.5 dplyr 0.7.4 seewave 2.1.0
Application of two-regression algorithms for wearable research devices. It provides an easy way for users to read in device data files and apply an appropriate two-regression algorithm. More information is available from Hibbing PR, LaMunion SR, Kaplan AS, & Crouter SE (2017)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>TwoRegression</artifactId> <version>0.1.2-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:TwoRegression')
Test Results
This package was last tested against Renjin 0.9.2615 on Mar 27, 2018.
- Hibbing_2018_algorithm.Data_frame_names_are_outputted_as_expected
- Hibbing_2018_algorithm.IMU_files_are_ignored_when_Algorithm_=_1,_unless_IMU_ignore_A1_=_TRUE_E1
- Hibbing_2018_algorithm.IMU_files_are_ignored_when_Algorithm_=_1,_unless_IMU_ignore_A1_=_TRUE_E2
- Hibbing_2018_algorithm.Master_function_successfully_reads_in_data_E1
- Hibbing_2018_algorithm.Master_function_successfully_reads_in_data_E2
- Hibbing_2018_algorithm.One_or_more_valid_wear_locations_are_selected_E1
- Hibbing_2018_algorithm.One_or_more_valid_wear_locations_are_selected_E2
- Hibbing_2018_algorithm.One_or_more_valid_wear_locations_are_selected_E3
- Hibbing_2018_algorithm.One_or_more_valid_wear_locations_are_selected_E4
- Hibbing_2018_algorithm.One_or_more_valid_wear_locations_are_selected_E5
- get_cvPER-examples
- read_AG_raw-examples
- testthat