add test to seqcheck for rows in presence matrix that consist of only zeros (#11)
fixed bug in creatematrix (#10)
fixed bug in summary.elo.seq which reported start values incorrectly (#9)
code and documentation cosmetics
removed TravisCI code testing
fixed bug in elo.seq when init = "bottom"
set up remote testing via TravisCI and AppVeyor
fixes bug that set tied relationships to zero relationships in the output of ISI
minor fix in randomelo
for compatibility with R 4.0.0
new function coresidence
new function correctly_predicted
new function dyadic_dom
new function simple_dom
new function CBI
fixes issues related to changes in the result of class(x) == "matrix"
that will become problematic in R 4.0.0
support for burnin in likelo
, optimizek
and optistart
modified DESCRIPTION
conform to CRAN submission rules (DESCRIPTION file)
modified examples
conform to new CRAN rules (put makevars back)
updated tutorial and new tests
updated tutorial
added reference management with Rdpack
added multiple functions to optimize k parameter (fastelo
, likelo
, optimizek
)
added possibility to extract_elo
to input vectors of dates and IDs
removed makevars
added new vignette (tutorial) based on R markdown
minor fixes related to package renaming
renamed the package back to EloRating
removed vignette to avoid conflicts
merged elo.seq.customstart
into elo.seq
(the previous version is available via EloRating:::.elo.seq_old
)
added dependency to Rcpp-package
, which in turn means that the package needs development tools available if it is installed from GitHub (or from source)
added elo.seq.customstart
which allows incorporating prior knowledge of ordinal ranks and different k-values
added createstartvalues
which translates known ranks into starting Elo-ratings
added mat2seq
which transforms a matrix into a sequence
added steepness
which calculates hierarchy steepness based on David's scores
added some more published data sets (baboons
)
added transitivity
function to calculate triangle transitivity
creatematrix
now works also with vectors of winners and losers
added ISIranks
function to directly return ranks of ISI ranking(s)
added some more published data sets (dommats
)
added unit tests with testthat
start transfer to GitHub