<- c(70, 62, 72, 67)
height_in height_in
[1] 70 62 72 67
Read the following sections of IFDAR.
What is a qualitative variable? What about a quantitative variable? How are they different?
What does the c()
function do?
Suppose you have the following vector:
What code would you write to replace the second element of height_in
with the value 63
?