Learn R Programming

polypharmacy (version 1.0.0)

stat_quantile_prob: 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

Run this code
# NOT RUN {
stat_quantile_prob("q1")
stat_quantile_prob("q2")
stat_quantile_prob("q3")
# }

Run the code above in your browser using DataLab