Learn R Programming

EloSteepness (version 0.5.0)

steepness_precis: numeric summary of steepness

Description

numeric summary of steepness

Usage

steepness_precis(x, quantiles = c(0.055, 0.25, 0.75, 0.945))

Value

a data.frame with one row providing a summary of the steepness posterior

Arguments

x

result from elo_steepness_from_matrix, elo_steepness_from_sequence or davids_steepness

quantiles

numeric, the quantiles to be returned

Examples

Run this code
data(dommats, package = "EloRating")

res <- elo_steepness_from_matrix(dommats$elephants, n_rand = 1, iter = 1000,
                                 silent = TRUE, refresh = 0)
steepness_precis(res)

Run the code above in your browser using DataLab