steepness_precis {EloSteepness}R Documentation

numeric summary of steepness

Description

numeric summary of steepness

Usage

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

Arguments

x

result from elo_steepness_from_matrix, elo_steepness_from_sequence or davids_steepness

quantiles

numeric, the quantiles to be returned

Value

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

Examples

data(dommats, package = "EloRating")

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

[Package EloSteepness version 0.5.0 Index]