add_match: Add match

Description Usage Arguments Value Examples

View source: R/train.R

Description

Add the results of a match to an AFLELO Model

Usage

1
add_match(model, match)

Arguments

model

afelo_model object

match

aflelo_match object

Value

aflelo_model with ratings updated based on the match

Examples

1
2
3
4
model <- aflelo_model()
match <- aflelo_match(2000, "R1", "Melbourne", "Adelaide", "M.C.G.",
                      10, 110, 102)
aflelo:::add_match(model, match)

lazappi/aflelo documentation built on May 17, 2019, 7:30 p.m.