The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Prepares data for statistical analysis (e.g., analysis of variance ;ANOVA) by enabling the user to easily and quickly merge (using the file_merge() function) raw data files into one merged table and then aggregate the merged table (using the prep() function) into a finalized table while keeping track and summarizing every step of the preparation. The finalized table contains several possibilities for dependent measures of the dependent variable. Most suitable when measuring variables in an interval or ratio scale (e.g., reaction-times) and/or discrete values such as accuracy. Main functions included are file_merge() and prep(). The file_merge() function vertically merges individual data files (in a long format) in which each line is a single observation to one single dataset. The prep() function aggregates the single dataset according to any combination of grouping variables (i.e., between-subjects and within-subjects independent variables, respectively), and returns a data frame with a number of dependent measures for further analysis for each cell according to the combination of provided grouping variables. Dependent measures for each cell include among others means before and after rejecting all values according to a flexible standard deviation criteria, number of rejected values according to the flexible standard deviation criteria, proportions of rejected values according to the flexible standard deviation criteria, number of values before rejection, means after rejecting values according to procedures described in Van Selst & Jolicoeur (1994; suitable when measuring reaction-times), standard deviations, medians, means according to any percentile (e.g., 0.05, 0.25, 0.75, 0.95) and harmonic means. The data frame prep() returns can also be exported as a txt file to be used for statistical analysis in other statistical programs.
Version: | 1.0.8 |
Depends: | R (≥ 3.0.3) |
Imports: | dplyr (≥ 0.4.2), reshape2 (≥ 1.4.1), psych (≥ 1.5.4) |
Suggests: | knitr, testthat |
Published: | 2016-09-23 |
DOI: | 10.32614/CRAN.package.prepdat |
Author: | Ayala S. Allon [aut, cre], Roy Luria [aut], James Grange [ctb], Nachshon Meiran [ctb] |
Maintainer: | Ayala S. Allon <ayalaallon at gmail.com> |
BugReports: | http://github.com/ayalaallon/prepdat/issues |
License: | GPL-3 |
URL: | http://github.com/ayalaallon/prepdat |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | prepdat results |
Reference manual: | prepdat.pdf |
Package source: | prepdat_1.0.8.tar.gz |
Windows binaries: | r-devel: prepdat_1.0.8.zip, r-release: prepdat_1.0.8.zip, r-oldrel: prepdat_1.0.8.zip |
macOS binaries: | r-release (arm64): prepdat_1.0.8.tgz, r-oldrel (arm64): prepdat_1.0.8.tgz, r-release (x86_64): prepdat_1.0.8.tgz, r-oldrel (x86_64): prepdat_1.0.8.tgz |
Old sources: | prepdat archive |
Please use the canonical form https://CRAN.R-project.org/package=prepdat to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.