create_nfl_model: Create the Model

Description Usage Arguments Value

View source: R/make_predictions.R

Description

Create the Model

Usage

1
create_nfl_model(year, dataset, seed = 123)

Arguments

year:

the year in which the model will test, meaning the model will be based on data prior to that season.

dataset:

this should be set to the dataset that is outputted by the create model function.

seed:

seed for the model. pick a random number.

Value

trained glm model


gberg1303/goldbeRg documentation built on April 14, 2021, 8:08 p.m.