CRAN

augSIMEX 3.7.3

Analysis of Data with Mixed Measurement Error and Misclassification in Covariates

Released Jun 12, 2019 by Qihuang Zhang

This package can be loaded by Renjin but 7 out 9 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

nleqslv 3.3.2 Formula 1.2-3 rootSolve 1.7 MASS 7.3-51.4 Rcpp

Implementation of the augmented Simulation-Extrapolation (SIMEX) algorithm proposed by Yi et al. (2015) for analyzing the data with mixed measurement error and misclassification. The main function provides a similar summary output as that of glm() function. Both parametric and empirical SIMEX are considered in the package.

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>augSIMEX</artifactId>
    <version>3.7.3-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:augSIMEX')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R
C++

View GitHub Mirror

Release History