update_ratings: Update ratings

Description Usage Arguments Value Examples

View source: R/model.R

Description

Update the ratings for teams in an AFLELO Model

Usage

1
update_ratings(model, new_ratings)

Arguments

model

aflelo_model to update

new_ratings

vector of new ratings

Value

aflelo_model with updated ratings

Examples

1
2
model <- aflelo_model()
aflelo:::update_ratings(model, rep(1600, 16))

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