Brainteasers
Name the AGLAer
Fun with Data Analysis
2019 in Review
Name That AGLA Food
100

A farmer has five haystacks in one field and four haystacks in another. How many haystacks would he have if he combined them all in one field?

Just one (they're combined now).

100

2013 Rolex All America Team and HP Scholastic All American golfer

Jackson Moss

100

Fix my SAS code:

data crsp_returns;

     set crsp_returns_input (keep= KYTREASNOX,        MCALDT, TMDURATN, TMRETADJ, TMYEARSTM);

    format month_duration best12.;

    month_duration=tmduratn/30;

    year= year(mcaldt);

    month=month(mcaldt);

    if mcaldt < &class_begin. then delete;

    if mcaldt > &class_end. then delete;

run;

 No commas in the keep statement:

data crsp_returns;

     set crsp_returns_input (keep= KYTREASNOX        MCALDT TMDURATN TMRETADJ TMYEARSTM);

    format month_duration best12.;

    month_duration=tmduratn/30;

    year= year(mcaldt);

    month=month(mcaldt);

    if mcaldt < &class_begin. then delete;

    if mcaldt > &class_end. then delete;

run;

100

This celebrity that spent time in the Otisville Correctional Facility in 2019 (multiple correct answers)

Billy McFarland, The Situation, Michael Cohen

100

Trifogli del Fattore

Maccheroni Republic

200

If you were running a race and you passed the person in 2nd place, what place would you be in now?

2nd place.

200

Once won a 5k (not a 10k, that was Molly)

Deema Dahleh

200

These are the 5 default statistical measures calculated by a proc means.

n-number non-missing, average, standard deviation, maximum, and minimum.

200

This band began their reunion tour in 2019 after an X year hiatus in Miami, Florida (the show received rave reviews from AGLA analysts at the Hollywood Bowl)

Jonas Brothers, 6

200

Chicken Pesto Parm (@CZ)

Sweetgreen

300

How much dirt is there in a hole that measures two feet by three feet by four feet?

None (it's a hole).

300

Finished as a top 30 team member in the 2016 NBA Analytics Hackathon

Josh Cohen

300

Which procedure can be used to view the permanent labels and formats stored in a data set?

Proc contents
300

This Kardashian-Jenner baby was born in 2019.

Psalm West (Kim Kardashian & Kanye West)

300

Crispy potatoes

Otium

400

Suppose ½ of 5 = 3. If the same proportion holds, what is the value of 1/3 of 10?

4, 


400

Recreational skydiver

Kristy Lu

400

What is the order in which the clauses are processed by SAS in a proc SQL?

select ...5 

from ...1 

where ...2 

group by ...3 

having ...4 

order by ...;6

400

This song spent 17 weeks at #1 and was remixed X times (not including original - just remixes)

Old Town Road, 4

1. Old Town Road - Remix (Billy Ray Cyrus)

2. Old Town Road - Diplo Remix

3. Old Town Road - Remix (Billy Ray Cyrus, Mason Ramsey, Young Thug)

4. Old Town Road - Seoul Town Road Remix (RM, BTS)

400

Chicken Tequila Fettucine

California Pizza Kitchen

500

If 6k2 + k = 2 and k > 0, then k must equal?

1/2

500

Despite being an avid Taylor Swift fan, has never attended a concert.

Eric Smiley

500

What's wrong with the Stata code?

gen type = "STRING"

replace type="MISSING" if type==.

gen type = "STRING"

replace type="MISSING" if missing(type)

since type is a string variable

500

2019 marked a full 10 years of this Real Housewives franchise.

New Jersey

500

Grilled Halloumi board

10e

M
e
n
u