Package I2C2 details
Image Intraclass Correlation Coefficient
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')"
Maintainer: Haochang Shou < hshou at pennmedicine.upenn.edu >
From within R, enter citation('I2C2')
If you have any problems with this package you can open a new issue or check the already existing ones here.
To install this package, start R and enter:
source("https://neuroconductor.org/neurocLite.R")
# Default Install
neuro_install('I2C2')
# from GitHub
neuro_install('I2C2', release = "stable", release_repo = "github")
neuro_install('I2C2', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | September 27 2018 12:59PM |
Last updated on | March 31 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/muschellij2/I2C2.git GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/I2C2 GitHub |
Depends | R (2.10) |
Imports | parallel, stats, matrixStats |
Suggests | knitr, rmarkdown, beanplot, testthat, covr |