-
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.
Support for continuous data, t test, K-S test, additional data sets
- Loading branch information
1 parent
2a90a70
commit 9de3ea0
Showing
33 changed files
with
2,484 additions
and
171 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,20 +1,25 @@ | ||
Package: cpdetectorr | ||
Type: Package | ||
Title: Change point estimation from sequences of choices | ||
Version: 0.1.0.9000 | ||
Version: 1.0.0.0000 | ||
Date: 2015-09-25 | ||
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. | ||
Currently only discrete binary responses are handled. Contact the author if you would like to request | ||
the implementation of continuous responses. | ||
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. | ||
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 | ||
Depends: R (>= 3.2.2) | ||
Imports: dplyr | ||
Suggests: ggplot2 | ||
Implications of a quantitative analysis. PNAS 101:13124-13131. doi: 10.1073/ | ||
pnas.0404965101 | ||
Depends: | ||
R (>= 3.2.2) | ||
Imports: | ||
dplyr | ||
Suggests: | ||
ggplot2 | ||
License: GPL (>=2) | ||
LazyData: TRUE | ||
RoxygenNote: 5.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,4 @@ | ||
# Generated by roxygen2 (4.1.1): do not edit by hand | ||
# 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
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.