All Projects β†’ neuropsychology β†’ Psycho.r

neuropsychology / Psycho.r

Licence: other
An R package for experimental psychologists

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Psycho.r

BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (-69.03%)
Mutual labels:  statistics, bayesian
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML πŸ“‰, statistics πŸ“Š, and AI πŸ€–.
Stars: ✭ 342 (+202.65%)
Mutual labels:  statistics, neuroscience
Neurokit.py
A Python Toolbox for Statistics and Neurophysiological Signal Processing (EEG, EDA, ECG, EMG...).
Stars: ✭ 292 (+158.41%)
Mutual labels:  neuroscience, psychology
Elfi
ELFI - Engine for Likelihood-Free Inference
Stars: ✭ 208 (+84.07%)
Mutual labels:  statistics, bayesian
Matlabstan
Matlab interface to Stan, a package for Bayesian inference
Stars: ✭ 59 (-47.79%)
Mutual labels:  statistics, bayesian
awesome-cogsci
An Awesome List of Cognitive Science Resources
Stars: ✭ 71 (-37.17%)
Mutual labels:  neuroscience, psychology
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (+202.65%)
Mutual labels:  statistics, bayesian
Eyeloop
EyeLoop is a Python 3-based eye-tracker tailored specifically to dynamic, closed-loop experiments on consumer-grade hardware.
Stars: ✭ 336 (+197.35%)
Mutual labels:  neuroscience, psychology
Psychopy
For running psychology and neuroscience experiments
Stars: ✭ 1,020 (+802.65%)
Mutual labels:  neuroscience, psychology
Fieldtrip
The MATLAB toolbox for MEG, EEG and iEEG analysis
Stars: ✭ 481 (+325.66%)
Mutual labels:  statistics, neuroscience
Statistical Rethinking
An interactive online reading of McElreath's Statistical Rethinking
Stars: ✭ 123 (+8.85%)
Mutual labels:  statistics, bayesian
Projpred
Projection predictive variable selection
Stars: ✭ 76 (-32.74%)
Mutual labels:  statistics, bayesian
Mne Python
MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
Stars: ✭ 1,766 (+1462.83%)
Mutual labels:  statistics, neuroscience
JATOS
Just Another Tool for Online Studies
Stars: ✭ 60 (-46.9%)
Mutual labels:  neuroscience, psychology
Opensesame
Graphical experiment builder for the social sciences
Stars: ✭ 173 (+53.1%)
Mutual labels:  neuroscience, psychology
Pydlm
A python library for Bayesian time series modeling
Stars: ✭ 375 (+231.86%)
Mutual labels:  statistics, bayesian
Openmx
Repository for the OpenMx Structural Equation Modeling package
Stars: ✭ 60 (-46.9%)
Mutual labels:  statistics, psychology
Expyriment
Platform-independent lightweight Python library for designing and conducting timing-critical behavioural and neuroimaging experiments
Stars: ✭ 94 (-16.81%)
Mutual labels:  neuroscience, psychology
Time Stamp
Get a formatted timestamp. Used in gulp, assemble, generate, and many others.
Stars: ✭ 104 (-7.96%)
Mutual labels:  format
Tamicappmonitoring
Android App ζ— η—•θΏΉε…¨εŸ‹η‚Ή
Stars: ✭ 108 (-4.42%)
Mutual labels:  statistics

psycho logo r package

Efficient and Publishing-Oriented Workflow for Psychological Science

psycho

Build Status License: MIT CRAN downloads total Build status codecov Dependency Status CRAN downloads month

Name psycho
Stable CRAN
Documentation Rdoc
Blog
Examples
Questions
Authors
Reference DOI

⚠️ NOTE: This package is being deprecated in favour of the report package. Please check it out and ask for any missing features.


Goal

The main goal of the psycho package is to provide tools for psychologists, neuropsychologists and neuroscientists, to facilitate and speed up the time spent on data analysis. It aims at supporting best practices by providing tools to format the output of statistical methods to directly paste them into a manuscript, ensuring standardization of statistical reporting.

Contribute

psycho is a young package in need of affection. You can easily hop aboard the development of this open-source software and improve psychological science:

  • Need some help? Found a bug? Request a new feature? Just open an issue ☺️
  • Want to add a feature? Correct a bug? You're more than welcome to contribute!

Don't be shy, try to code and submit a pull request (PR). Even if unperfect, we will help you to make a great PR! All contributors will be very graciously rewarded. Someday.

Examples

Check examples in the following vignettes:

Or blog posts:

General Workflow

The package revolves around the psychobject. Main functions from the package return this type, and the analyze() function transforms other R objects into psychobjects. Four functions can then be applied on a psychobject: summary(), print(), plot() and values().

Installation

  • To get the stable version from CRAN, run the following commands in your R console:
install.packages("psycho")
library("psycho")
  • To get the latest development version, run the following:
install.packages("devtools")
library("devtools")
install_github("neuropsychology/psycho.R")
library("psycho")

Credits

You can cite the package as following:

  • Makowski, (2018). The psycho Package: an Efficient and Publishing-Oriented Workflow for Psychological Science. Journal of Open Source Software, 3(22), 470. https://doi.org/10.21105/joss.00470

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].