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

https://github.com/tjmahr/iccbot

BOOP BOOP ICC COMPUTE 🤖
https://github.com/tjmahr/iccbot

Last synced: 3 months ago
JSON representation

BOOP BOOP ICC COMPUTE 🤖

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# ICC Bot

ICC Bot is a Shiny app for computing intraclass correlation coefficients to
estimate interrater reliability.

You can install and run the app (locally):

```{r, eval = FALSE}
# remotes::install_github("tjmahr/iccbot")
iccbot::run_app()
```

![Screenshot of ICC Bot](./man/figures/icc-bot-shot-optimized.png)

***

Supported by NIH R01DC009411 and NIH R01DC015653.

Please note that the 'iccbot' project is released with a
[Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.