CRAN
GoodmanKruskal 0.0.2
Association Analysis for Categorical Variables
Released Apr 18, 2016 by Ron Pearson
This package is available for Renjin and there are no known compatibility issues.
Dependencies
Association analysis between categorical variables using the Goodman and Kruskal tau measure. This asymmetric association measure allows the detection of asymmetric relations between categorical variables (e.g., one variable obtained by re-grouping another).
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>GoodmanKruskal</artifactId> <version>0.0.2-b26</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:GoodmanKruskal')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- GKtau-examples
- Test_GKtauDataframe_function.Function_return_has_correct_components_E1
- Test_GKtauDataframe_function.Function_return_has_correct_components_E2
- Test_GKtauDataframe_function.Function_return_has_correct_components_E3
- Test_GKtauDataframe_function.Function_return_has_correct_components_E4
- Test_GKtauDataframe_function.Required_parameters_are_present_E1
- Test_GKtauDataframe_function.Required_parameters_are_present_E2
- Test_GKtauDataframe_function.Required_parameters_are_present_E3
- Test_GKtauDataframe_function.Required_parameters_are_present_E4
- Test_GKtau_function.Function_return_has_correct_components_E1
- Test_GKtau_function.Function_return_has_correct_components_E2
- Test_GKtau_function.Function_return_has_correct_components_E3
- Test_GKtau_function.Required_parameters_are_present_E1
- Test_GKtau_function.Required_parameters_are_present_E2
- Test_GKtau_function.Required_parameters_are_present_E3
- Test_GKtau_function.Required_parameters_are_present_E4
- testthat