Other packages > Find by keyword >

prepdat  

Preparing Experimental Data for Statistical Analysis
View on CRAN: Click here


Download and install prepdat package within the R console
Install from CRAN:
install.packages("prepdat")

Install from Github:
library("remotes")
install_github("cran/prepdat")

Install by package version:
library("remotes")
install_version("prepdat", "1.0.8")



Attach the package and use:
library("prepdat")
Maintained by
Ayala S. Allon
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-09-01
Latest Update: 2016-09-23
Description:
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.
How to cite:
Ayala S. Allon (2015). prepdat: Preparing Experimental Data for Statistical Analysis. R package version 1.0.8, https://cran.r-project.org/web/packages/prepdat. Accessed 07 Nov. 2024.
Previous versions and publish date:
1.0.2 (2015-09-01 17:33), 1.0.3 (2015-10-22 14:16), 1.0.4 (2015-11-22 11:48), 1.0.5 (2015-12-14 14:15), 1.0.6 (2016-02-28 16:57), 1.0.7 (2016-03-02 12:15)
Other packages that cited prepdat R package
View prepdat citation profile
Other R packages that prepdat depends, imports, suggests or enhances
Complete documentation for prepdat
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  
bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA