Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/stapler
Simultaneous Truth and Performance Level Estimation '(STAPLE)'
https://github.com/muschellij2/stapler
Last synced: about 1 month ago
JSON representation
Simultaneous Truth and Performance Level Estimation '(STAPLE)'
- Host: GitHub
- URL: https://github.com/muschellij2/stapler
- Owner: muschellij2
- License: gpl-3.0
- Created: 2017-11-20T18:44:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T16:04:14.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T08:21:59.965Z (3 months ago)
- Language: R
- Size: 208 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---[![Travis build status](https://travis-ci.org/muschellij2/stapler.svg?branch=master)](https://travis-ci.org/muschellij2/stapler)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/muschellij2/stapler?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/stapler)
[![Coverage status](https://coveralls.io/repos/github/muschellij2/stapler/badge.svg?branch=master)](https://coveralls.io/r/muschellij2/stapler?branch=master)```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# stapler Package:
The goal of `stapler` is to provide an implementation of Simultaneous Truth and Performance Level Estimation (STAPLE), where there are multiple raters for an object.## Installation
You can install `stapler` from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("remotes")
remotes::install_github("muschellij2/stapler")
```