Overall

As of 2017-03-30:

Schools

## # A tibble: 11 × 2
##    institution     n
##          <chr> <int>
## 1         Duke   200
## 2          UNC    82
## 3     NC State    45
## 4  Wake Forest     7
## 5       NC A&T     5
## 6        NCSSM     4
## 7         Elon     1
## 8     Meredith     1
## 9  UC Berkeley     1
## 10    UC Davis     1
## 11        <NA>     1

Schools and teams

## # A tibble: 6 × 2
##   institution     n
##         <chr> <int>
## 1        Duke    44
## 2         UNC    21
## 3    NC State    10
## 4 Wake Forest     2
## 5      NC A&T     1
## 6       NCSSM     1

Year

All years

## # A tibble: 6 × 2
##         year     n
##       <fctr> <int>
## 1  HS Senior     4
## 2 First-year    43
## 3  Sophomore    63
## 4     Junior    68
## 5     Senior    58
## 6         MS   112

Grad / undergrad

## # A tibble: 3 × 2
##   grad_ugrad_hs     n
##           <chr> <int>
## 1            HS     4
## 2            MS   112
## 3     Undergrad   232

Schools and year

Majors

The values below add up to more than 100% since some students have double majors.

Team sizes

Average team size is 4.41.

Participants

Tshirt order

## # A tibble: 6 × 2
##   tshirt     n
##   <fctr> <int>
## 1  Small   111
## 2 Medium   162
## 3  Large    60
## 4     XL    10
## 5    XXL     1
## 6     NA     4