View source: R/steepness_precis.R
steepness_precis | R Documentation |
numeric summary of steepness
steepness_precis(x, quantiles = c(0.055, 0.25, 0.75, 0.945))
x |
result from |
quantiles |
numeric, the quantiles to be returned |
a data.frame with one row providing a summary of the steepness posterior
data(dommats, package = "EloRating")
res <- elo_steepness_from_matrix(dommats$elephants, n_rand = 1, iter = 1000,
silent = TRUE, refresh = 0)
steepness_precis(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.