# Good height <- (feet * 12) + inches mean(x, na.rm = TRUE) # Bad height <- feet * 12 + inches mean(x, na.rm = TRUE)