From 0c427b4a678ee375f6ed26fa817e0bc1487f0280 Mon Sep 17 00:00:00 2001 From: Dominique Makowski Date: Mon, 16 Oct 2017 08:44:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c80f403..f6ea415 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Want to get involved in the developpment of an open-source software and improve - You need some help? You found a bug? You would like to request a new feature? Just open an [issue](https://github.com/neuropsychology/psycho.R/issues) :relaxed: - 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`**. +- Looking for help to implement the `analyze` method for `t.test`, `cor.test` and `anova`. @@ -66,4 +66,4 @@ library("psycho") install.packages("devtools") library("devtools") install_github("neuropsychology/psycho.R") -library("psycho") \ No newline at end of file +library("psycho")