col_quantile: col_quantile

View source: R/Cluster_Gauss_Newton_method.R View source: R/Cluster_Gauss_Newton_method.R

col_quantileR Documentation

col_quantile

Description

Obtain columb wise quantile

Usage

col_quantile(data_in, prob)

Arguments

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.

Value

a vector of number dim(data_in)[2] containing: quantile of the each column where the probability is specified as "prob"

Examples

A=matrix(seq(1,100),nrow = 25)
col_quantile(A, 0.5)

CGNM documentation built on June 22, 2024, 10:50 a.m.