Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/muschellij2/i2c2
- Owner: muschellij2
- Created: 2017-06-02T15:04:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T21:43:06.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T08:22:05.475Z (2 months ago)
- Language: R
- Size: 1.05 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```