The manager of a fast food restaurant wants to determine how sales in a given week are related to the number of discount vouchers (#) printed in the local newspaper during the week. The number of vouchers and sales ($000s) from 10 randomly selected weeks is given below with Excel regression output. Number of vouchers 475319108635 Sales 12.815.413.911.218.717.916.815.911.513.9 SUMMARY OUTPUT Regression Statistics Multiple R R Square Adjusted R Square Standard Error Observations ANOvA Regression Residual Total Intercept Number of vouchers 0.85240.72670.69251.430110df189 Coeficients 11.56760.4618SS43.498216.361859.8600 Standard Error 0.83410.1001MS43.49822.0452t Stat 13.86794.6117F21.2682 P-value 0.00000.0017 Significance F0.0017 Lower 95%9.64410.2309 Upper 95%13.49120.6927 a. Write down the regression equation
b. Interpret the slope.
Database
An organized collection of structured information or data, typically stored electronically in a computer system.
Object-oriented
A programming paradigm based on the concept of "objects", which can contain data, in the form of fields, and code, in the form of procedures, making software design more modular.
Relational
Pertaining to databases in which data is organically structured in table form, emphasizing relations between different entities and variables.
Referential Integrity
In a relational database, a condition where, for each value in the foreign key table, there’s a corresponding value in the primary key table.