Name: _____________________________________
Instructions: Wildlife researchers are
monitoring a Florida alligator population by taking areal photographs
and attempting to estimate the weights of the gators based on the length
of the gators in the images. The data set Gators.csv
contains the variables Length
and Weight
for a
sample of alligators who have been captured and studied. This data is
shown in the scatterplot below. Import the Gators
data set
into either Excel or RStudio and then answer the following questions.
Copy and past the data from the following link: https://raw.githubusercontent.com/dr-suz/Stat11/main/Data/Gators.csv
gators <- read.csv("https://raw.githubusercontent.com/dr-suz/Stat11/main/Data/Gators.csv")