I am quite new to R therefor my question might be quite basic but searching through the forum I haven't really found the write answer. I have a data.frame of 24 variables and after computing the mean for each column I would like to calculate the IQR(0.25 and 0.75) for every column.
As far as I understood I have to transform the df in a matrix for IQR which I have done, and tried several options with do.call or apply but don't really manage.
Any help would be much appreciated!