Quartiles in R using a Dataset
I am fairly new to programming in R, and I was trying to find the first and third quartiles for the column titled “rm” in the dataset Boston (which I’ve renamed to BSTN). I keep getting an error of xtfrm.data.frame(x) and I don’t know what the problem is with it. I think I am just using the quantile function wrong, but I am unsure how to fix it. Any help would be appreciated!