powered by
Obtain columb wise quantile
col_quantile(data_in, prob)
a vector of number dim(data_in)[2] containing: quantile of the each column where the probability is specified as "prob"
(required input) a matrix or a data.grame where the column-wise quantile wishes to be determined.
(required input) a number quantile expressed as in the probability.
A=matrix(seq(1,100),nrow = 25) col_quantile(A, 0.5)
Run the code above in your browser using DataLab