A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/Rcpp/../RcppGreedySetCover/../Rcpp/../rater/readme/README.html below:

README

rater

rater provides tools for fitting and interrogating statistical models of repeated categorical rating data. The package provides a simple interface to fit a selection of these models, with arbitrary prior parameters, using MCMC and optimisation provided by Stan. A selection of functions are also provided to plot parts of these models and extract key parameters.

Example usage:
library(rater)

fit <- rater(anesthesia, "dawid_skene") # Sampling output suppressed.

Get the posterior mean of the “pi” parameter.

point_estimate(fit, "pi")
## $pi
## [1] 0.37559632 0.40734481 0.14321934 0.07383953

Plot the accuracy matrices of the raters.

Installation

rater requires the rstan package to fit models. Detailed instructions to install rstan can be found here

CRAN

Install rater from CRAN with:

install.packages("rater")
Development

To install the development version of rater from GitHub run:

# install.packages("remotes")
remotes::install_github("jeffreypullin/rater")
Installation notes:

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4