CRAN
learningCurve 1.1.2
An Implementation of Crawford's and Wright's Learning Curve Production Functions
Released Mar 30, 2018 by Bradley Boehmke
Dependencies
ggplot2 2.2.1 scales 0.5.0 tibble 1.4.2 gridExtra 2.3
Implements common learning curve production functions. It incorporates Crawford's and Wright's learning curve functions to compute unit and cumulative block estimates for time (or cost) of units along with an aggregate learning curve. It also provides delta and error functions and some basic learning curve plotting functions.along with functions to compute aggregated learning curves, error rates, and to visualize learning curves.
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>learningCurve</artifactId> <version>1.1.2-b4</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:learningCurve')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- ca_block-examples
- ca_unit-examples
- cum_error-examples
- delta-examples
- lc_rate-examples
- lc_rate_est-examples
- natural_slope-examples
- natural_slope_est-examples
- plot_block_summary-examples
- plot_delta-examples
- plot_unit_curve-examples
- testthat
- unit_block_summary-examples
- unit_cum_appx-examples
- unit_cum_exact-examples
- unit_curve-examples
- unit_midpoint-examples