print.mELO_rating: Print simple output of mELO_rating object to screen

Description Usage Arguments Value Examples

Description

Print simple output of mELO_rating object to screen

Usage

1
2
## S3 method for class 'mELO_rating'
print(modelled_ratings, digits = 1)

Arguments

modelled_ratings

A mELO_rating object.

digits

Number of significant digits in the ratings column to be output.

Value

text to screen

Examples

1
2
3
4
# rock paper scissors model
rps_model <- mELO(rps_df, k=1)
# print.mELO_rating is automatically called:
rps_model

dclaz/mELO documentation built on May 17, 2021, 2:27 a.m.