-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: learningCurve
Type: Package
Title: An Implementation of Crawford's and Wright's Learning Curve Production Functions
Version: 1.1.2
Description: 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.
Date: 2018-03-30
Authors@R: c(
person("Bradley", "Boehmke", email = "bradleyboehmke@gmail.com", role = c("aut", "cre")),
person("Jason", "Freels", email = "auburngrads@live.com", role = c("aut"))
)
URL: https://github.com/AFIT-R/learningCurve
BugReports: https://github.com/AFIT-R/learningCurve/issues
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: ggplot2,
scales,
gridExtra,
tibble
RoxygenNote: 6.0.1
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr