Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)'

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")
```