CRAN

argo 2.0.0

Accurate Estimation of Influenza Epidemics using Google Search Data

Released Apr 5, 2019 by Shihao Yang

This package can be loaded by Renjin but 4 out 9 tests failed.

Dependencies

XML 3.98-1.19 glmnet 2.0-16 Matrix 1.2-17 xtable 1.8-4 xts 0.11-2 zoo 1.8-5 boot 1.3-22

Augmented Regression with General Online data (ARGO) for accurate estimation of influenza epidemics in United States on both national level and regional level. It replicates the method introduced in paper Yang, S., Santillana, M. and Kou, S.C. (2015) and Ning, S., Yang, S. and Kou, S.C. (2019) .

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>argo</artifactId>
    <version>2.0.0-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>

View build log

Renjin CLI

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

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

Test Results

This package was last tested against Renjin 0.9.2725 on May 4, 2019.

Source

R

View GitHub Mirror

Release History