update_rating: Update rating

Description Usage Arguments Value Examples

View source: R/model.R

Description

Update rating for a single team in an AFLELO Model

Usage

1
update_rating(model, team, new_rating)

Arguments

model

aflelo_model to update

team

name of team to update

new_rating

new rating value

Value

afelo_object with updated rating

Examples

1
2
model <- aflelo_model()
aflelo:::update_rating(model, "Richmond", 1600)

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