CRAN
np 0.60-9
Nonparametric Kernel Smoothing Methods for Mixed Data Types
Released Oct 25, 2018 by Jeffrey S. Racine
Dependencies
cubature 1.4 quantreg 5.36 quadprog 1.5-5 boot 1.3-20
Nonparametric (and semiparametric) kernel methods that seamlessly handle a mix of continuous, unordered, and ordered factor data types. We would like to gratefully acknowledge support from the Natural Sciences and Engineering Research Council of Canada (NSERC,
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>np</artifactId> <version>0.60-9-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:np')
Test Results
This package was last tested against Renjin 0.9.2700 on Oct 27, 2018.