augment.dixoncoles: Augment data with information from a Dixon-Coles model

Description Usage Arguments Value

View source: R/dixoncoles.R

Description

Append additional information about a set of matches.

Usage

1
augment.dixoncoles(x, data = NULL, newdata, type.predict, ...)

Arguments

x

A 'dixoncoles' object created by 'regista::dixoncoles'.

data

A 'data.frame' or 'tibble::tibble' containing the original data.

newdata

A 'data.frame' or 'tibble::tibble' object of new data to be predicted.

type.predict

Type of prediction. Passed onto 'regista::predict.dixoncoles'

...

Additional arguments. Not used.

Value

A 'tibble::tibble()' with one row.


Torvaney/regista documentation built on June 7, 2021, 12:21 a.m.