Practice: 07/29/2025

Author

your name here

# use this code chunk to call in all packages the document will need
library(tidyverse)
library(ssstats)

1. The Tower of Terror is one of the most thrilling rides at Hollywood Studios, often a guest favorite. Park management believes that at least 80% of riders exit the attraction with a smile on their face. To assess this claim, the park analytics team conducts a quick observation (tower_data), recording whether or not each of 100 randomly selected guests is smiling (smiling) as they exit the attraction.

1a. Find the appropriate frequency table for this dataset.

1b. Construct the 95% confidence interval for the true proportion of guests that are smiling as they exit the attraction.

Remember to state the resulting confidence interval.

1c. Is there evidence to believe that the true proportion of smiling guests is lower than what management believes? Assume \alpha = 0.05.

Typeset the results here

2. Hollywood Studios offers two iconic snacks throughout the park: Mickey Bars and fresh popcorn. The snack team lead wonders if age influences snack choice. They collect data from 120 guests (snack_data) asking each guest to identify their age group (age_group) and then choose between a Mickey Bar or popcorn (snack_choice).

2a. Find the appropriate frequency table for this dataset.

2b. Construct the 95% confidence interval for the difference between the two age groups in the true proportion of guests that prefer Mickey Bars.

Remember to state the resulting confidence interval.

2c. The team wants to test whether younger guests are more likely to choose Mickey Bars as compared to older guests. Could age be a factor in what guests crave at snack time?

3. Hollywood Studios is home to a variety of live performances. Historically, guest attendance has followed a pattern: 35% prefer Musical shows, 25% prefer Stunt shows, and both Character Meet-and-Greets and Interactive Games attract about 20% of guests. However, a recent marketing campaign may have shifted those preferences. To evaluate this, 200 guests are surveyed (shows_data)about their favorite type of show in the park (favorite_show).

3a. Find the appropriate frequency table for this dataset.

3b. Do current guest preferences match the historical expectations, or have things changed? Test at the \alpha = 0.05 level.

Remember to typeset the results.

4. Guest behavior at Hollywood Studios may shift throughout the day. The park’s operations team is interested in whether ride type is associated with time of day. Attractions are categorized into three types (ride_type): Thrill, Family, and Dark Rides. Staff record (ride_data) the time of day (time_of_day; Morning, Afternoon, or Evening) at which 300 guests enter their first ride, along with the ride type chosen. The goal is to determine if certain types of rides are more or less popular at different times, helping the team optimize staffing and operations across the day.

4a. Find the appropriate frequency table for this dataset.

4b. Are certain types of rides are more or less popular at different times? Test at the \alpha = 0.05 level.

Remember to typeset your results.

4c. Challenge & bonus points: write a summary paragraph of this analysis that hypothesizes what differences may exist. You should include results from both Q4a and Q4b for this.

Replace with your answer.