compute_revenue_regression: How does weather influence baseball ticket sales?

Description Usage Arguments Value

Description

Computes whether there is a noticable association between weather and average ticket sales revenue

Usage

1
compute_revenue_regression(revenue, storm, temp, humid)

Arguments

revenue

vector containing ticket sales revenue for all home games

storm

vector containing information on whether or not there was a thunderstorm the day of the baseball game

temp

vector containing the mean temperature for the day the baseball game was on

humid

vector containing the max humidity for the day the baseball game was on

Value

a summary output of the regression


gorchels/junemadness documentation built on June 16, 2019, 3:13 a.m.