CRAN
apc 1.3
Age-Period-Cohort Analysis
Released Dec 1, 2016 by Bent Nielsen
Dependencies
Functions for age-period-cohort analysis. The data can be organised in matrices indexed by age-cohort, age-period or cohort-period. The data can include dose and response or just doses. The statistical model is a generalized linear model (GLM) allowing for 3,2,1 or 0 of the age-period-cohort factors. The canonical parametrisation of Kuang, Nielsen and Nielsen (2008)
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>apc</artifactId> <version>1.3-b20</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:apc')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- apc.data.list.subset-examples
- apc.data.sums-examples
- apc.plot.data.all-examples
- apc.plot.data.level-examples
- apc.plot.data.sparsity-examples
- apc.plot.fit.all-examples
- apc.plot.fit.pt-examples
- apc.plot.fit.residuals-examples
- data.Belgian.lung.cancer-examples
- data.Italian.bladder.cancer-examples
- data.Japanese.breast.cancer-examples
- data.US.prostate.cancer-examples
- data.aids-examples
- data.loss.BZ-examples
- data.loss.TA-examples
- data.loss.VNJ-examples
- vector.2.triangle-examples