Learn R Programming

kDGLM (version 1.2.0)

rowQuantile: rowQuantile

Description

A function that calculates the row-wise quantile of a matrix.

Usage

rowQuantile(X, q)

Value

numeric: The chosen quantile for each row of X.

Arguments

X

matrix.

q

numeric: A number between 0 and 1.