CRAN
NCA 3.0.1
Necessary Condition Analysis
Released Aug 21, 2018 by Govert Buijs
Dependencies
sfa 1.0-1 ggplot2 3.0.0 KernSmooth 2.23-15 quantreg 5.36 gplots 3.0.1 progress 1.2.0 lpSolve 5.6.13
Performs a Necessary Condition Analysis (NCA). (Dul, J. 2016. Necessary Condition Analysis (NCA). ''Logic and Methodology of 'Necessary but not Sufficient' causality." Organizational Research Methods 19(1), 10-52,
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>NCA</artifactId> <version>3.0.1-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:NCA')
Test Results
This package was last tested against Renjin 0.9.2682 on Aug 23, 2018.