CRAN

nse 1-00.17

Numerical Standard Errors Computation in R

Released Feb 8, 2017 by Keven Bluteau

This package can be loaded by Renjin but 1 out 10 tests failed.

Dependencies

sapa 2.0-2 mcmcse 1.2-1 sandwich 2.3-4 coda 0.19-1 np 0.60-2 mcmc 0.9-4 Rcpp

Collection of functions designed to calculate numerical standard error (NSE) of univariate time series as described in Ardia et al. (2016) and Ardia and Bluteau (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>nse</artifactId>
    <version>1-00.17-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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:nse')

Test Results

This package was last tested against Renjin 0.8.2474 on Oct 21, 2017.

Source

R
C++

View GitHub Mirror

Release History