CRAN
lsr 0.5
Companion to "Learning Statistics with R"
Released Mar 2, 2015 by Daniel Navarro
A collection of tools intended to make introductory statistics easier to teach, including wrappers for common hypothesis tests and basic data manipulation. It accompanies Navarro, D. J. (2015). Learning Statistics with R: A Tutorial for Psychology Students and Other Beginners, Version 0.5. [Lecture notes] School of Psychology, University of Adelaide, Adelaide, Australia. ISBN: 978-1-326-18972-3. URL: http://health.adelaide.edu.au/psychology/ccs/teaching/lsr/.
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>lsr</artifactId> <version>0.5-b269</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:lsr')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- aad-examples
- associationTest-examples
- bars-examples
- ciMean-examples
- cohensD-examples
- correlate-examples
- cramersV-examples
- etaSquared-examples
- expandFactors-examples
- goodnessOfFitTest-examples
- importList-examples
- independentSamplesTTest-examples
- longToWide-examples
- modeOf-examples
- oneSampleTTest-examples
- pairedSamplesTTest-examples
- permuteLevels-examples
- posthocPairwiseT-examples
- quantileCut-examples
- rmAll-examples
- rowCopy-examples
- sortFrame-examples
- standardCoefs-examples
- tFrame-examples
- unlibrary-examples
- who-examples
- wideToLong-examples