Description Usage Arguments Value
View source: R/make_predictions.R
Create the Model
1 | create_nfl_model(year, dataset, seed = 123)
|
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. |
trained glm model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.