Methods for Human Inquiry) actual sample fall 2026
with solutions University of Melbourne
RMHI/ARMP Problem Set 1
1473413 [Word Count: N 1,305]
Please put your answers here, following the instructions in the assignment
description. Put your answers and word count tallies in the locations
indicated; if none is indicated that means there is no word count for that
question. Remember to knit as you go, and submit the knitted version of this
on Canvas.
Q1
Q1a
# put your code here
table(d$team, d$species, d$year)
## , , = current
##
##
## bear bunny cat dog duck fox frog hedgehog monkey turtle
## A 1 1 0 1 0 0 0 0 0 0
## B 1 2 0 0 0 0 0 0 0 0
## C 0 4 0 0 0 0 0 0 0 0
## D 0 1 1 0 0 0 0 1 1 0
## E 1 0 0 1 0 1 0 0 0 0
## F 2 1 0 1 0 0 0 0 0 0
## G 1 1 0 0 0 0 0 0 0 1
## H 1 1 1 0 1 0 0 0 0 0
## I 0 3 0 0 0 0 1 0 0 0
## J 0 2 0 1 0 0 0 0 0 0
##
## , , = previous
, ##
##
## bear bunny cat dog duck fox frog hedgehog monkey turtle
## A 1 1 0 1 0 0 0 0 0 0
## B 1 2 0 0 0 0 0 0 0 0
## C 0 4 0 0 0 0 0 0 0 0
## D 0 1 1 0 0 0 0 1 1 0
## E 1 0 0 1 0 1 0 0 0 0
## F 2 1 0 1 0 0 0 0 0 0
## G 1 1 0 0 0 0 0 0 0 1
## H 1 1 1 0 1 0 0 0 0 0
## I 0 3 0 0 0 0 1 0 0 0
## J 0 2 0 1 0 0 0 0 0 0
ANSWER:
Team(s) with the most bunnies in the current year: Team C, with 4 bunnies