Learn R Programming

s20x (version 3.1-40)

zoo.df: Zoo Attendance during an Advertising Campaign

Description

Data for 455 days of attendance records for Auckland Zoo, from January 1, 1993. Note that only 440 values are given due to missing values. It was of interest to assess whether an advertising campaign was effective in increasing attendance.

Arguments

Format

A data frame with 440 observations on 6 variables.

[,1]attendancenumericNumber of visitors
[,2]timenumericTime in days since the start of the study
[,3]sun.yesterdaynumericHours of sunshine the previous day
[,4]tv.addsnumericAverage spending on TV advertising in the previous week (1000s of dollars per day)
[,5]nice.dayfactorAssessment based on number of hours of sunshine (0 = No, 1 = Yes)
[,6]day.typefactorType of day (1 = ordinary weekday, 2 = weekend day, 3 = school holiday weekday, 4 = public holday)