What challenges did you have in looking for an algorithm?

What will be an ideal response?

It was difficult to find ways to incorporate the categorical data into the analysis. Ultimately it required the use of the COUNT, AVERAGEIF, and SUMIF functions. The analysis also required several levels of regression to be completed. Therefore, keeping track of relevant data, and thereby discarding irrelevant data, was crucial.
6.What kind of data was eliminated as insignificant?

Computer Science & Information Technology

You might also like to view...

Which statement about symbolic constants is true?

a) They make programs run faster. b) They always make programs clearer. c) They make it more difficult to modify programs. d) Using meaningful names for symbolic constants helps make programs more self-documenting.

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. GUIs are windowing interfaces that handle user input and output. 2. In event-driven programming, your program determines the order in which things happen.

Computer Science & Information Technology