Get your own website Result Size: 625 x 565
x
 
Data_Cars <- mtcars
# c() specifies which percentile you want
quantile(Data_Cars$wt, c(0.75))
 75% 
3.61