0

I am trying to get the Heel.Height.I column to just be a whole number, and the Anger.Level Column to just go to the tenths place, but have no idea how to do so.

heels <- data.frame(Heel.Height.In = rnorm(n = 14, mean = 3, sd = 1)) %>%  
mutate(Anger.Level= jitter(Heel.Height.In + 3, factor = 2))

0 Answers0