get_day_elo: Get Elo at the end of day

View source: R/get_day_elo.R

get_day_eloR Documentation

Get Elo at the end of day

Description

function to get elo-rating at the end of the day per individual

Usage

get_day_elo(elo_sequence, ids)

Arguments

elo_sequence

elo sequence generated by elo_model3()

ids

vector of unique individual IDs

Value

A data frame with elo-ratings per day per ID

Examples

elo.ama <- get_day_elo(ama_seq3.2, ama_c)


avrincon/phdfuns documentation built on Nov. 13, 2022, 10:34 a.m.