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 🤖
- Host: GitHub
- URL: https://github.com/tjmahr/iccbot
- Owner: tjmahr
- License: gpl-3.0
- Created: 2019-09-10T21:08:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T16:15:53.000Z (over 4 years ago)
- Last Synced: 2025-02-24T13:56:37.846Z (3 months ago)
- Language: R
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
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()
```
***
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.