Learn R Programming

compicc

Description

The goal of compicc is to help practicioners in fields such as psychology, medicine and sports performance science to compare the reliability of two raters (or systems, instruments or judges). This package includes two functions that allow the user to compute the difference between the intraclass correlation coefficient of measurements in two datasets. For example, one may compare the reliability of measurements from two different raters (or measurement instruments) or one rater at two different time points.

Installation

You may install the released version of compicc from CRAN with:

install.packages("compicc")

The development version from GitHub is available with:

# install.packages("devtools")
devtools::install_github("rmulshine/compicc")

Structure

This package includes two functions:

  • Confidence interval of difference of dependent intraclass correlation coefficients: dep_ci()
  • Confidence interval of difference of independent intraclass correlation coefficients: indep_ci()

The package includes example data to illustrate both functions. Details are given in the vignette. The vignette also explains possible user errors, typically due to incorrect formatting of the data, and reviews both functions’ error messages.

Copy Link

Version

Install

install.packages('compicc')

Monthly Downloads

9

Version

0.1.0

License

GPL (>= 3)

Maintainer

Riley Mulshine

Last Published

April 28th, 2022

Functions in compicc (0.1.0)

compicc

compicc
indep_ci

Confidence Interval for the difference between two independent ICCs
dep_df1

Testing Scores of 100 Subjects from Rater/Time 1 in Dependent Case
dep_ci

Confidence Interval for the difference between two dependent ICCs
indep_df2

Testing Scores of 80 Subjects from Rater/Time 2 in Independent Case
dep_df2

Testing Scores of 100 Subjects from Rater/Time 2 in Dependent Case
indep_df1

Testing Scores of 100 Subjects from Rater/Time 1 in Independent Case