CRAN
TRSbook 1.0.2
Functions and Datasets to Accompany the Book "The R Software: Fundamentals of Programming and Statistical Analysis"
Released May 10, 2018 by Pierre Lafaye de Micheaux
Dependencies
RColorBrewer 1.1-2 gdata 2.18.0 IndependenceTests 0.2 xtable 1.8-2
Functions and datasets for the reader of the book "The R Software: Fundamentals of Programming and Statistical Analysis".
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>TRSbook</artifactId> <version>1.0.2-b2</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:TRSbook')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- BIRTH.WEIGHT-examples
- BMI.CHILD-examples
- INFARCTION-examples
- INTIMA.MEDIA-examples
- NUTRIELDERLY-examples
- arrowaxis-examples
- barchart-examples
- bin2dec-examples
- camembert-examples
- cor0.test-examples
- crosschart-examples
- dec2bin-examples
- flashy.plot-examples
- mpinv-examples
- sigma2.test-examples
- twosample.cor.test-examples