stat_quantile_prob {polypharmacy}R Documentation

Statistic functions

Description

Determine the percentile from a qX value where X is a number from 1 to 3.

Usage

stat_quantile_prob(x)

Arguments

x

Character string, a quantile function, quarter values.

Value

Number 25, 50, 75

Examples

stat_quantile_prob("q1")
stat_quantile_prob("q2")
stat_quantile_prob("q3")

[Package polypharmacy version 1.0.0 Index]