-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9de3ea0
commit 7ad8349
Showing
32 changed files
with
472 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
Package: cpdetectorr | ||
Type: Package | ||
Title: Change point estimation from sequences of choices | ||
Version: 1.0.0.0000 | ||
Date: 2015-09-25 | ||
Authors@R: person("Vladislav", "Nachev", email = "[email protected]", role = c("aut", "cre")) | ||
Version: 1.1.0 | ||
Date: 2018-07-17 | ||
Authors@R: person("Vladislav", "Nachev", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
URL: http://github.com/ontogenerator/cpdetectorr | ||
BugReports: http://github.com/ontogenerator/cpdetectorr/issues | ||
Description: An R implementation of the learning curve analysis method published | ||
in Gallistel et al. (2004). From a sequence of responses the changes in response | ||
(e.g. from one response frequency to another or from one response level to | ||
another) are estimated using different statistical tests and a threshold | ||
criterion. | ||
in Gallistel et al. (2004). From a sequence of responses the changes in response | ||
(e.g. from one response frequency to another or from one response level to | ||
another) are estimated using different statistical tests and a threshold | ||
criterion. | ||
References: Gallistel CR, Fairhurst S, Balsam P (2004) The learning curve: | ||
Implications of a quantitative analysis. PNAS 101:13124-13131. doi: 10.1073/ | ||
pnas.0404965101 | ||
Implications of a quantitative analysis. PNAS 101:13124-13131. doi: 10.1073/ | ||
pnas.0404965101 | ||
Depends: | ||
R (>= 3.2.2) | ||
R (>= 3.2.2) | ||
Imports: | ||
dplyr | ||
stats | ||
Suggests: | ||
ggplot2 | ||
License: GPL (>=2) | ||
dplyr, ggplot2 | ||
License: GPL (>=3) | ||
LazyData: TRUE | ||
RoxygenNote: 5.0.1 | ||
RoxygenNote: 6.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(cp_wrapper) | ||
import(dplyr) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.