This assignment is intended to help prepare you for the upcoming exam. Turn in at least 5 of your answers to these questions to the dropbox on Canvas. Try to complete it without the aid of your notes. If you end up needing to use your notes, that’s ok.
What is the legacy of Bill Bunge and David Harvey as it pertains to quantitative methods in geography?
4 - 6
6.1 - 11
11.1 - 27
27.1 - 56
Which of the following methods could have been used to create classes? Select all that apply.
1.0 - 2.1
2.2 - 3.3
3.4 - 4.5
4.6 - 5.7
5.8 - 6.9
Which of the following methods could have been used to create classes? Select all that apply.
Explain the difference between nominal and ordinal scales of measurement and provide an example of each.
Explain the difference between interval and ratio scales of measurement and provide an example of each.
What is the scale of measurement of the variable “elevation”?
What is the scale of measurement of the variable “income”?
What is the scale of measurement of the variable “occupation”?
Is temperature a continuous or discrete variable? Explain.
Describe an example of a spurious correlation and how one could be used to propagate a false claim.
Which census product should be used to study spatial patterns of relationship status (e.g., single, married, and divorced) in the year 2000 and why?
Which census product should be used to study spatial patterns of education attainment in the year 2020 and why?
What purpose do FIPS codes serve for US counties?
Which of the following needs to be run in R every time R is
started and you need to use a function from the sf
package?
update.packages(ask = FALSE)
library(sf)
install.packages("sf")
Explain the difference between R’s library()
function and its
install.packages()
function.
What are two of R’s assignment operators?
What is the purpose of the #
character in R?
Explain the purpose of R’s tigris
package.
Explain the purpose of R’s tidycensus
package and how it differs
from the tigris
package.