knitr::opts_chunk$set(echo = TRUE)

Instructions

You will need to load the following libraries to complete this worksheet:

library(testpackage)
library(tidyverse)

Exercise 1

Inspect the dataset aggression_behavior and identify the maximum value for the variable chase_all.


Exercise 2

Create a simple histogram of the birthyr variable.


Exercise 3

Complete the code chunk below to determine how many focal subjects belong to each rank.

aggression_behavior %>


rstudio4edu/testpackage documentation built on June 18, 2019, 12:37 a.m.