Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/i2c2

R package for image intraclass correlation (I2C2)
https://github.com/muschellij2/i2c2

Last synced: 19 days ago
JSON representation

R package for image intraclass correlation (I2C2)

Awesome Lists containing this project

README

        

# I2C2

[![Travis-CI Build Status](https://travis-ci.org/muschellij2/I2C2.svg?branch=master)](https://travis-ci.org/muschellij2/I2C2)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/muschellij2/I2C2?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/I2C2)
[![Coverage Status](https://img.shields.io/coveralls/muschellij2/I2C2.svg)](https://coveralls.io/r/muschellij2/I2C2?branch=master)

The I2C2 package computes the Image Intraclass Correlation Coefficient ('I2C2'),
a global measure of reliability for imaging studies. The method was
described in "Quantifying the reliability of image replication
studies: the image intraclass correlation coefficient ('I2C2')"
https://doi.org/10.3758/s13415-013-0196-0.

## Installation

You can install afnir from github with:

```R
# install.packages("devtools")
devtools::install_github("muschellij2/I2C2")
```