• Stars
    star
    139
  • Rank 262,954 (Top 6 %)
  • Language
    R
  • License
    Other
  • Created over 7 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An R package for experimental psychologists

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

More Repositories

1

NeuroKit

NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing
Python
1,531
star
2

NeuroKit.py

A Python Toolbox for Statistics and Neurophysiological Signal Processing (EEG, EDA, ECG, EMG...).
Python
361
star
3

Neuropsydia.py

A Python Module for Creating Experiments, Tasks and Questionnaires.
Python
63
star
4

CognitiveControl

A neuropsychological task measuring different aspects of cognitive control (processing speed, inhibition, conflict resolution...)
Python
28
star
5

neuropsychology.R

An R Toolbox for Psychologists, Neuropsychologists and Neuroscientists.
R
23
star
6

ComplexSpan

A Psychopy implementation of a working memory span task
R
13
star
7

Psycho.jl

The Julia Toolbox for Psychological Science
Julia
7
star
8

PatientAssessmentApp

Easy Neuropsychological Assessment of Patients Scores and Deficits
R
4
star
9

AffectiveTask

Basic affective task (rating of emotional pictures) that can be used to test neurophysiological equipment
Jupyter Notebook
2
star
10

NeuroBox

An open, collaborative, cheap, efficient and useful piece of tech to connect neuroscientific hardware systems
C++
2
star
11

course_github

This repository contains the resources to learn about Github
HTML
2
star
12

blog

The technical aspect of neuroscience and psychology
HTML
1
star
13

RestingState

Standard resting state protocol with brief mental state assessment
Python
1
star
14

TruScanEEGpy

Utility functions to work with Deymed's TruScan EEG system
Python
1
star
15

Norms

Psychological and Neuropsychological Normative Data
1
star
16

Courses

Courses on Neuropsychology, Statistics, Programming and more.
1
star