CRAN
multiCA 1.1
Multinomial Cochran-Armitage Trend Test
Released Aug 7, 2017 by Aniko Szabo
This package can be loaded by Renjin but 2 out 22 tests failed.
Dependencies
Implements a generalization of the Cochran-Armitage trend test to multinomial data. In addition to an overall test, multiple testing adjusted p-values for trend in individual outcomes and power calculation is available.
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>multiCA</artifactId> <version>1.1-b11</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:multiCA')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- Multinomial_CA_test.Closed_set_works_with_3_outcomes
- Multinomial_CA_test.Holm-Shaffer_consistent_with_Holm_E1
- Multinomial_CA_test.Holm-Shaffer_consistent_with_Holm_E2
- Multinomial_CA_test.Holm-Shaffer_consistent_with_Holm_E3
- Multinomial_CA_test.Holm-Shaffer_consistent_with_Holm_E4
- Multinomial_CA_test.Overall_test_works_on_stroke_data_E1
- Multinomial_CA_test.Overall_test_works_on_stroke_data_E2
- Multinomial_CA_test.Overall_test_works_on_stroke_data_E3
- Multinomial_CA_test.Overall_test_works_on_stroke_data_E4
- Multinomial_CA_test.Overall_test_works_on_stroke_data_E5
- Power_calculations.Scaling_of_n_prop_does_not_matter
- Power_calculations.calculated_power_is_independent_of_the_input_format_E1
- Power_calculations.calculated_power_is_independent_of_the_input_format_E2
- Power_calculations.calculated_power_is_independent_of_the_input_format_E3
- Power_calculations.calculated_power_is_independent_of_the_input_format_E4
- Power_calculations.calculated_power_is_independent_of_the_input_format_E5
- Power_calculations.calculated_power_is_independent_of_the_input_format_E6
- cnonct-examples
- multiCA.test-examples
- power.multiCA.test-examples
- stroke-examples
- testthat