View source: R/Cluster_Gauss_Newton_method.R View source: R/Cluster_Gauss_Newton_method.R
col_quantile | R Documentation |
Obtain columb wise quantile
col_quantile(data_in, prob)
data_in |
(required input) a matrix or a data.grame where the column-wise quantile wishes to be determined. |
prob |
(required input) a number quantile expressed as in the probability. |
a vector of number dim(data_in)[2] containing: quantile of the each column where the probability is specified as "prob"
A=matrix(seq(1,100),nrow = 25)
col_quantile(A, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.