Skip to content

Toolbox for Psychologists, Neuropsychologists and Neuroscientists

License

Notifications You must be signed in to change notification settings

vsimko/psycho.R

 
 

Repository files navigation

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
Examples
Questions
Authors

Goal

The main goal of the psycho package is to provide tools for psychologists, neuropsychologists and neuroscientists, to transform statistical outputs into something readable that can be, almost directly, copied and pasted into a report. It also implements various functions, from very useful ones (correlation(), normalize()) to miscellaenous ones (find_season()).

Contribute

Want to get involved in the developpment of an open-source software and improve psychological science? Join us!

  • You need some help? You found a bug? You would like to request a new feature? Just open an issue ☺️
  • Want to add a feature? Correct a bug? You're more than welcome to contribute!
  • Call for help for implementation of analyze method for t.test, cor.test, lm and lmer.

General Workflow

The package revolves around the psychobject. Main functions from the package return this type, and the analyze() function transforms other R objects (for now, only stan_lmer type) 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")

About

Toolbox for Psychologists, Neuropsychologists and Neuroscientists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.3%
  • TeX 0.7%